#558707

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

Shades of Olive Drab #558707

Tints of Olive Drab #558707

Color information

#558707 (or 0x558707) is unknown color: approx Olive Drab. HEX triplet: 55, 87 and 07. RGB value is (85,135,7). Sum of RGB (Red+Green+Blue) = 85+135+7=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #558707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558707 is #AA78F8. Grayscale: #696969. Windows color (decimal): -11172089 or 493397. OLE color: 493397.

HSL color Cylindrical-coordinate representation of color #558707: hue angle of 83.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #558707 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB851357-
CMYK0.3700.950.47
HSL83.44º90.14%27.84%-
HSV(B)83.44º94.81%52.94%-
XYZ12.4519.273.27-
YUV105.4672.44113.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 135 (53.12% from 255) = 59.47%
BLUE value IS 7 (3.12% from 255) = 3.08%
R=37.44%
G=59.47%
B=3.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8513570.3700.950.4783.4490.1427.84
Hex558772505F2F535a1c
Octal12520774501375712313234
Binary101010110000111111100101010111111011111010011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558707; }

 p { color: rgb(85,135,7); }

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

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

 a { background-color: rgb(85,135,7); }

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

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

 span { border-color: rgb(85,135,7); }

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