#557F0C

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

Shades of Olive Drab #557F0C

Tints of Olive Drab #557F0C

Color information

#557F0C (or 0x557F0C) is unknown color: approx Olive Drab. HEX triplet: 55, 7F and 0C. RGB value is (85,127,12). Sum of RGB (Red+Green+Blue) = 85+127+12=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #557F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557F0C is #AA80F3. Grayscale: #656565. Windows color (decimal): -11174132 or 819029. OLE color: 819029.

HSL color Cylindrical-coordinate representation of color #557F0C: hue angle of 81.91º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #557F0C is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB8512712-
CMYK0.3300.910.50
HSL81.91º82.73%27.25%-
HSV(B)81.91º90.55%49.8%-
XYZ11.417.143.05-
YUV101.3377.59116.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 127 (50% from 255) = 56.70%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=37.95%
G=56.70%
B=5.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85127120.3300.910.5081.9182.7327.25
Hex557FC2105B3252531b
Octal125177144101336212212333
Binary101010111111111100100001010110111100101010010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557F0C; }

 p { color: rgb(85,127,12); }

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

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

 a { background-color: rgb(85,127,12); }

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

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

 span { border-color: rgb(85,127,12); }

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