Shades of Olive Drab #5F900C
Tints of Olive Drab #5F900C
RGB
CMYK
RGB Variations
Color information
#5F900C (or 0x5F900C) is known color: Olive Drab. HEX triplet: 5F, 90 and 0C. RGB value is (95,144,12). Sum of RGB (Red+Green+Blue) = 95+144+12=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #5F900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F900C is #A06FF3. Grayscale: #727272. Windows color (decimal): -10514420 or 823391. OLE color: 823391.
HSL color Cylindrical-coordinate representation of color #5F900C: hue angle of 82.27º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F900C is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 144 | 12 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.44 |
| HSL | 82.27º | 0.85% | 0.31% | - |
| HSV(B) | 82.27º | 0.92% | 0.56% | - |
| XYZ | 14.76 | 22.41 | 3.89 | - |
| YUV | 114.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 12 | 0.34 | 0 | 0.92 | 0.44 | 82.27 | 0.85 | 0.31 |
| Hex | 5F | 90 | C | 22 | 0 | 5C | 2C | 52 | 55 | 1F |
| Octal | 137 | 220 | 14 | 42 | 0 | 134 | 54 | 122 | 125 | 37 |
| Binary | 1011111 | 10010000 | 1100 | 100010 | 0 | 1011100 | 101100 | 1010010 | 1010101 | 11111 |
Color Harmonies of #5F900C
Complementary color
Monochromatic Colors of #5F900C
Black with #5F900C
Text Example
Text Example
White with #5F900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F900C; }
p { color: rgb(95,144,12); }
H1.HeaderClassName
{
color: #5F900C;
}
.AnyTagClassName
{
color: #5F900C;
}
</style>
background-color css
<style>
a { background-color: #5F900C; }
a { background-color: rgb(95,144,12); }
div.DivClassName
{
background-color: #5F900C;
}
.BgClassName
{
background-color: #5F900C;
}
</style>
border-color css
<style>
span { border-color: #5F900C; }
span { border-color: rgb(95,144,12); }
td.TdClassName
{
border-color: #5F900C;
}
.TagClassName
{
border-color: #5F900C;
}
</style>