Shades of Olive Drab #5F8B0B
Tints of Olive Drab #5F8B0B
RGB
CMYK
RGB Variations
Color information
#5F8B0B (or 0x5F8B0B) is known color: Olive Drab. HEX triplet: 5F, 8B and 0B. RGB value is (95,139,11). Sum of RGB (Red+Green+Blue) = 95+139+11=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8B0B is #A074F4. Grayscale: #6F6F6F. Windows color (decimal): -10515701 or 756575. OLE color: 756575.
HSL color Cylindrical-coordinate representation of color #5F8B0B: hue angle of 80.62º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F8B0B is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 139 | 11 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.45 |
| HSL | 80.63º | 0.85% | 0.29% | - |
| HSV(B) | 80.63º | 0.92% | 0.55% | - |
| XYZ | 14.01 | 20.92 | 3.62 | - |
| YUV | 111.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 11 | 0.32 | 0 | 0.92 | 0.45 | 80.63 | 0.85 | 0.29 |
| Hex | 5F | 8B | B | 20 | 0 | 5C | 2D | 51 | 55 | 1D |
| Octal | 137 | 213 | 13 | 40 | 0 | 134 | 55 | 121 | 125 | 35 |
| Binary | 1011111 | 10001011 | 1011 | 100000 | 0 | 1011100 | 101101 | 1010001 | 1010101 | 11101 |
Color Harmonies of #5F8B0B
Complementary color
Monochromatic Colors of #5F8B0B
Black with #5F8B0B
Text Example
Text Example
White with #5F8B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8B0B; }
p { color: rgb(95,139,11); }
H1.HeaderClassName
{
color: #5F8B0B;
}
.AnyTagClassName
{
color: #5F8B0B;
}
</style>
background-color css
<style>
a { background-color: #5F8B0B; }
a { background-color: rgb(95,139,11); }
div.DivClassName
{
background-color: #5F8B0B;
}
.BgClassName
{
background-color: #5F8B0B;
}
</style>
border-color css
<style>
span { border-color: #5F8B0B; }
span { border-color: rgb(95,139,11); }
td.TdClassName
{
border-color: #5F8B0B;
}
.TagClassName
{
border-color: #5F8B0B;
}
</style>