Shades of Olive Drab #5F8B13
Tints of Olive Drab #5F8B13
RGB
CMYK
RGB Variations
Color information
#5F8B13 (or 0x5F8B13) is known color: Olive Drab. HEX triplet: 5F, 8B and 13. RGB value is (95,139,19). Sum of RGB (Red+Green+Blue) = 95+139+19=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8B13 is #A074EC. Grayscale: #707070. Windows color (decimal): -10515693 or 1280863. OLE color: 1280863.
HSL color Cylindrical-coordinate representation of color #5F8B13: hue angle of 82º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F8B13 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 139 | 19 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.45 |
| HSL | 82º | 0.76% | 0.31% | - |
| HSV(B) | 82º | 0.86% | 0.55% | - |
| XYZ | 14.07 | 20.95 | 3.92 | - |
| YUV | 112.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 19 | 0.32 | 0 | 0.86 | 0.45 | 82 | 0.76 | 0.31 |
| Hex | 5F | 8B | 13 | 20 | 0 | 56 | 2D | 52 | 4C | 1F |
| Octal | 137 | 213 | 23 | 40 | 0 | 126 | 55 | 122 | 114 | 37 |
| Binary | 1011111 | 10001011 | 10011 | 100000 | 0 | 1010110 | 101101 | 1010010 | 1001100 | 11111 |
Color Harmonies of #5F8B13
Complementary color
Monochromatic Colors of #5F8B13
Black with #5F8B13
Text Example
Text Example
White with #5F8B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8B13; }
p { color: rgb(95,139,19); }
H1.HeaderClassName
{
color: #5F8B13;
}
.AnyTagClassName
{
color: #5F8B13;
}
</style>
background-color css
<style>
a { background-color: #5F8B13; }
a { background-color: rgb(95,139,19); }
div.DivClassName
{
background-color: #5F8B13;
}
.BgClassName
{
background-color: #5F8B13;
}
</style>
border-color css
<style>
span { border-color: #5F8B13; }
span { border-color: rgb(95,139,19); }
td.TdClassName
{
border-color: #5F8B13;
}
.TagClassName
{
border-color: #5F8B13;
}
</style>