#58860C

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

Shades of Olive Drab #58860C

Tints of Olive Drab #58860C

Color information

#58860C (or 0x58860C) is unknown color: approx Olive Drab. HEX triplet: 58, 86 and 0C. RGB value is (88,134,12). Sum of RGB (Red+Green+Blue) = 88+134+12=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #58860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58860C is #A779F3. Grayscale: #6A6A6A. Windows color (decimal): -10975732 or 820824. OLE color: 820824.

HSL color Cylindrical-coordinate representation of color #58860C: hue angle of 82.62º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58860C is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB8813412-
CMYK0.3400.910.47
HSL82.62º83.56%28.63%-
HSV(B)82.62º91.04%52.55%-
XYZ12.6219.153.38-
YUV106.3474.76114.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 134 (52.73% from 255) = 57.26%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=37.61%
G=57.26%
B=5.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88134120.3400.910.4782.6283.5628.63
Hex5886C2205B2F53541d
Octal130206144201335712312435
Binary1011000100001101100100010010110111011111010011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58860C; }

 p { color: rgb(88,134,12); }

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

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

 a { background-color: rgb(88,134,12); }

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

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

 span { border-color: rgb(88,134,12); }

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