#868212

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

Shades of Olive #868212

Tints of Olive #868212

Color information

#868212 (or 0x868212) is unknown color: approx Olive. HEX triplet: 86, 82 and 12. RGB value is (134,130,18). Sum of RGB (Red+Green+Blue) = 134+130+18=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #868212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868212 is #797DED. Grayscale: #767676. Windows color (decimal): -7962094 or 1213062. OLE color: 1213062.

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

Color convert

RGB13413018-
CMYK00.030.870.47
HSL57.93º76.32%29.8%-
HSV(B)57.93º86.57%52.55%-
XYZ17.9221.083.7-
YUV118.4371.33139.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=47.52%
G=46.10%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341301800.030.870.4757.9376.3229.8
Hex86821203572F3a4c1e
Octal2062022203127577211436
Binary1000011010000010100100111010111101111111010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868212; }

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

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

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

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

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

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

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

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