Shades of Olive Drab #5F930C
Tints of Olive Drab #5F930C
RGB
CMYK
RGB Variations
Color information
#5F930C (or 0x5F930C) is known color: Olive Drab. HEX triplet: 5F, 93 and 0C. RGB value is (95,147,12). Sum of RGB (Red+Green+Blue) = 95+147+12=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #5F930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F930C is #A06CF3. Grayscale: #747474. Windows color (decimal): -10513652 or 824159. OLE color: 824159.
HSL color Cylindrical-coordinate representation of color #5F930C: hue angle of 83.11º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F930C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 12 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.42 |
| HSL | 83.11º | 0.85% | 0.31% | - |
| HSV(B) | 83.11º | 0.92% | 0.58% | - |
| XYZ | 15.22 | 23.33 | 4.05 | - |
| YUV | 116.06 | 69.27 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 12 | 0.35 | 0 | 0.92 | 0.42 | 83.11 | 0.85 | 0.31 |
| Hex | 5F | 93 | C | 23 | 0 | 5C | 2A | 53 | 55 | 1F |
| Octal | 137 | 223 | 14 | 43 | 0 | 134 | 52 | 123 | 125 | 37 |
| Binary | 1011111 | 10010011 | 1100 | 100011 | 0 | 1011100 | 101010 | 1010011 | 1010101 | 11111 |
Color Harmonies of #5F930C
Complementary color
Monochromatic Colors of #5F930C
Black with #5F930C
Text Example
Text Example
White with #5F930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F930C; }
p { color: rgb(95,147,12); }
H1.HeaderClassName
{
color: #5F930C;
}
.AnyTagClassName
{
color: #5F930C;
}
</style>
background-color css
<style>
a { background-color: #5F930C; }
a { background-color: rgb(95,147,12); }
div.DivClassName
{
background-color: #5F930C;
}
.BgClassName
{
background-color: #5F930C;
}
</style>
border-color css
<style>
span { border-color: #5F930C; }
span { border-color: rgb(95,147,12); }
td.TdClassName
{
border-color: #5F930C;
}
.TagClassName
{
border-color: #5F930C;
}
</style>