Shades of Olive Drab #5F930D
Tints of Olive Drab #5F930D
RGB
CMYK
RGB Variations
Color information
#5F930D (or 0x5F930D) is known color: Olive Drab. HEX triplet: 5F, 93 and 0D. RGB value is (95,147,13). Sum of RGB (Red+Green+Blue) = 95+147+13=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #5F930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F930D is #A06CF2. Grayscale: #747474. Windows color (decimal): -10513651 or 889695. OLE color: 889695.
HSL color Cylindrical-coordinate representation of color #5F930D: hue angle of 83.28º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F930D is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 13 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.42 |
| HSL | 83.28º | 0.84% | 0.31% | - |
| HSV(B) | 83.28º | 0.91% | 0.58% | - |
| XYZ | 15.23 | 23.33 | 4.08 | - |
| YUV | 116.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 13 | 0.35 | 0 | 0.91 | 0.42 | 83.28 | 0.84 | 0.31 |
| Hex | 5F | 93 | D | 23 | 0 | 5B | 2A | 53 | 54 | 1F |
| Octal | 137 | 223 | 15 | 43 | 0 | 133 | 52 | 123 | 124 | 37 |
| Binary | 1011111 | 10010011 | 1101 | 100011 | 0 | 1011011 | 101010 | 1010011 | 1010100 | 11111 |
Color Harmonies of #5F930D
Complementary color
Monochromatic Colors of #5F930D
Black with #5F930D
Text Example
Text Example
White with #5F930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F930D; }
p { color: rgb(95,147,13); }
H1.HeaderClassName
{
color: #5F930D;
}
.AnyTagClassName
{
color: #5F930D;
}
</style>
background-color css
<style>
a { background-color: #5F930D; }
a { background-color: rgb(95,147,13); }
div.DivClassName
{
background-color: #5F930D;
}
.BgClassName
{
background-color: #5F930D;
}
</style>
border-color css
<style>
span { border-color: #5F930D; }
span { border-color: rgb(95,147,13); }
td.TdClassName
{
border-color: #5F930D;
}
.TagClassName
{
border-color: #5F930D;
}
</style>