#868205

Color #868205 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #868205

Tints of Olive #868205

Color information

#868205 (or 0x868205) is unknown color: approx Olive. HEX triplet: 86, 82 and 05. RGB value is (134,130,5). Sum of RGB (Red+Green+Blue) = 134+130+5=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #868205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868205 is #797DFA. Grayscale: #757575. Windows color (decimal): -7962107 or 361094. OLE color: 361094.

HSL color Cylindrical-coordinate representation of color #868205: hue angle of 58.14º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #868205 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1341305-
CMYK00.030.960.47
HSL58.14º92.81%27.25%-
HSV(B)58.14º96.27%52.55%-
XYZ17.8421.043.27-
YUV116.9564.83140.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=49.81%
G=48.33%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134130500.030.960.4758.1492.8127.25
Hex8682503602F3a5d1b
Octal206202503140577213533
Binary10000110100000101010111100000101111111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868205; }

 p { color: rgb(134,130,5); }

 H1.HeaderClassName
 {
   color: #868205;
 }
 .AnyTagClassName
 {
   color: #868205;
 }
</style>
background-color css

<style>
 a { background-color: #868205; }

 a { background-color: rgb(134,130,5); }

 div.DivClassName
 {
   background-color: #868205;
 }
 .BgClassName
 {
   background-color: #868205;
 }
</style>
border-color css

<style>
 span { border-color: #868205; }

 span { border-color: rgb(134,130,5); }

 td.TdClassName
 {
   border-color: #868205;
 }
 .TagClassName
 {
   border-color: #868205;
 }
</style>