Shades of Olive Drab #557F0E
Tints of Olive Drab #557F0E
RGB
CMYK
RGB Variations
Color information
#557F0E (or 0x557F0E) is known color: Olive Drab. HEX triplet: 55, 7F and 0E. RGB value is (85,127,14). Sum of RGB (Red+Green+Blue) = 85+127+14=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #557F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557F0E is #AA80F1. Grayscale: #656565. Windows color (decimal): -11174130 or 950101. OLE color: 950101.
HSL color Cylindrical-coordinate representation of color #557F0E: hue angle of 82.3º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #557F0E is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 127 | 14 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.50 |
| HSL | 82.3º | 0.8% | 0.28% | - |
| HSV(B) | 82.3º | 0.89% | 0.5% | - |
| XYZ | 11.41 | 17.14 | 3.12 | - |
| YUV | 101.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 14 | 0.33 | 0 | 0.89 | 0.50 | 82.3 | 0.8 | 0.28 |
| Hex | 55 | 7F | E | 21 | 0 | 59 | 32 | 52 | 50 | 1C |
| Octal | 125 | 177 | 16 | 41 | 0 | 131 | 62 | 122 | 120 | 34 |
| Binary | 1010101 | 1111111 | 1110 | 100001 | 0 | 1011001 | 110010 | 1010010 | 1010000 | 11100 |
Color Harmonies of #557F0E
Complementary color
Monochromatic Colors of #557F0E
Black with #557F0E
Text Example
Text Example
White with #557F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F0E; }
p { color: rgb(85,127,14); }
H1.HeaderClassName
{
color: #557F0E;
}
.AnyTagClassName
{
color: #557F0E;
}
</style>
background-color css
<style>
a { background-color: #557F0E; }
a { background-color: rgb(85,127,14); }
div.DivClassName
{
background-color: #557F0E;
}
.BgClassName
{
background-color: #557F0E;
}
</style>
border-color css
<style>
span { border-color: #557F0E; }
span { border-color: rgb(85,127,14); }
td.TdClassName
{
border-color: #557F0E;
}
.TagClassName
{
border-color: #557F0E;
}
</style>