Shades of Olive Drab #558B02
Tints of Olive Drab #558B02
RGB
CMYK
RGB Variations
Color information
#558B02 (or 0x558B02) is known color: Olive Drab. HEX triplet: 55, 8B and 02. RGB value is (85,139,2). Sum of RGB (Red+Green+Blue) = 85+139+2=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #558B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558B02 is #AA74FD. Grayscale: #6B6B6B. Windows color (decimal): -11171070 or 166741. OLE color: 166741.
HSL color Cylindrical-coordinate representation of color #558B02: hue angle of 83.65º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #558B02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.45 |
| HSL | 83.65º | 0.97% | 0.28% | - |
| HSV(B) | 83.65º | 0.99% | 0.55% | - |
| XYZ | 12.99 | 20.4 | 3.31 | - |
| YUV | 107.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 2 | 0.39 | 0 | 0.99 | 0.45 | 83.65 | 0.97 | 0.28 |
| Hex | 55 | 8B | 2 | 27 | 0 | 63 | 2D | 54 | 61 | 1C |
| Octal | 125 | 213 | 2 | 47 | 0 | 143 | 55 | 124 | 141 | 34 |
| Binary | 1010101 | 10001011 | 10 | 100111 | 0 | 1100011 | 101101 | 1010100 | 1100001 | 11100 |
Color Harmonies of #558B02
Complementary color
Monochromatic Colors of #558B02
Black with #558B02
Text Example
Text Example
White with #558B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B02; }
p { color: rgb(85,139,2); }
H1.HeaderClassName
{
color: #558B02;
}
.AnyTagClassName
{
color: #558B02;
}
</style>
background-color css
<style>
a { background-color: #558B02; }
a { background-color: rgb(85,139,2); }
div.DivClassName
{
background-color: #558B02;
}
.BgClassName
{
background-color: #558B02;
}
</style>
border-color css
<style>
span { border-color: #558B02; }
span { border-color: rgb(85,139,2); }
td.TdClassName
{
border-color: #558B02;
}
.TagClassName
{
border-color: #558B02;
}
</style>