#868213

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

Shades of Olive #868213

Tints of Olive #868213

Color information

#868213 (or 0x868213) is unknown color: approx Olive. HEX triplet: 86, 82 and 13. RGB value is (134,130,19). Sum of RGB (Red+Green+Blue) = 134+130+19=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #868213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868213 is #797DEC. Grayscale: #767676. Windows color (decimal): -7962093 or 1278598. OLE color: 1278598.

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

Color convert

RGB13413019-
CMYK00.030.860.47
HSL57.91º75.16%30%-
HSV(B)57.91º85.82%52.55%-
XYZ17.9321.083.74-
YUV118.5471.83139.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 19 (7.81% from 255) = 6.71%
R=47.35%
G=45.94%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341301900.030.860.4757.9175.1630
Hex86821303562F3a4b1e
Octal2062022303126577211336
Binary1000011010000010100110111010110101111111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868213; }

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

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

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

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

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

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

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

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