Shades of Olive Drab #5F950C
Tints of Olive Drab #5F950C
RGB
CMYK
RGB Variations
Color information
#5F950C (or 0x5F950C) is known color: Olive Drab. HEX triplet: 5F, 95 and 0C. RGB value is (95,149,12). Sum of RGB (Red+Green+Blue) = 95+149+12=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #5F950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F950C is #A06AF3. Grayscale: #757575. Windows color (decimal): -10513140 or 824671. OLE color: 824671.
HSL color Cylindrical-coordinate representation of color #5F950C: hue angle of 83.65º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F950C is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 149 | 12 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.42 |
| HSL | 83.65º | 0.85% | 0.32% | - |
| HSV(B) | 83.65º | 0.92% | 0.58% | - |
| XYZ | 15.53 | 23.95 | 4.15 | - |
| YUV | 117.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 149 | 12 | 0.36 | 0 | 0.92 | 0.42 | 83.65 | 0.85 | 0.32 |
| Hex | 5F | 95 | C | 24 | 0 | 5C | 2A | 54 | 55 | 20 |
| Octal | 137 | 225 | 14 | 44 | 0 | 134 | 52 | 124 | 125 | 40 |
| Binary | 1011111 | 10010101 | 1100 | 100100 | 0 | 1011100 | 101010 | 1010100 | 1010101 | 100000 |
Color Harmonies of #5F950C
Complementary color
Monochromatic Colors of #5F950C
Black with #5F950C
Text Example
Text Example
White with #5F950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F950C; }
p { color: rgb(95,149,12); }
H1.HeaderClassName
{
color: #5F950C;
}
.AnyTagClassName
{
color: #5F950C;
}
</style>
background-color css
<style>
a { background-color: #5F950C; }
a { background-color: rgb(95,149,12); }
div.DivClassName
{
background-color: #5F950C;
}
.BgClassName
{
background-color: #5F950C;
}
</style>
border-color css
<style>
span { border-color: #5F950C; }
span { border-color: rgb(95,149,12); }
td.TdClassName
{
border-color: #5F950C;
}
.TagClassName
{
border-color: #5F950C;
}
</style>