Shades of Olive Drab #5F920C
Tints of Olive Drab #5F920C
RGB
CMYK
RGB Variations
Color information
#5F920C (or 0x5F920C) is known color: Olive Drab. HEX triplet: 5F, 92 and 0C. RGB value is (95,146,12). Sum of RGB (Red+Green+Blue) = 95+146+12=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #5F920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F920C is #A06DF3. Grayscale: #737373. Windows color (decimal): -10513908 or 823903. OLE color: 823903.
HSL color Cylindrical-coordinate representation of color #5F920C: hue angle of 82.84º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F920C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 146 | 12 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.43 |
| HSL | 82.84º | 0.85% | 0.31% | - |
| HSV(B) | 82.84º | 0.92% | 0.57% | - |
| XYZ | 15.06 | 23.02 | 4 | - |
| YUV | 115.48 | 69.6 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 146 | 12 | 0.35 | 0 | 0.92 | 0.43 | 82.84 | 0.85 | 0.31 |
| Hex | 5F | 92 | C | 23 | 0 | 5C | 2B | 53 | 55 | 1F |
| Octal | 137 | 222 | 14 | 43 | 0 | 134 | 53 | 123 | 125 | 37 |
| Binary | 1011111 | 10010010 | 1100 | 100011 | 0 | 1011100 | 101011 | 1010011 | 1010101 | 11111 |
Color Harmonies of #5F920C
Complementary color
Monochromatic Colors of #5F920C
Black with #5F920C
Text Example
Text Example
White with #5F920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F920C; }
p { color: rgb(95,146,12); }
H1.HeaderClassName
{
color: #5F920C;
}
.AnyTagClassName
{
color: #5F920C;
}
</style>
background-color css
<style>
a { background-color: #5F920C; }
a { background-color: rgb(95,146,12); }
div.DivClassName
{
background-color: #5F920C;
}
.BgClassName
{
background-color: #5F920C;
}
</style>
border-color css
<style>
span { border-color: #5F920C; }
span { border-color: rgb(95,146,12); }
td.TdClassName
{
border-color: #5F920C;
}
.TagClassName
{
border-color: #5F920C;
}
</style>