Shades of Olive Drab #5D930C
Tints of Olive Drab #5D930C
RGB
CMYK
RGB Variations
Color information
#5D930C (or 0x5D930C) is known color: Olive Drab. HEX triplet: 5D, 93 and 0C. RGB value is (93,147,12). Sum of RGB (Red+Green+Blue) = 93+147+12=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #5D930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D930C is #A26CF3. Grayscale: #737373. Windows color (decimal): -10644724 or 824157. OLE color: 824157.
HSL color Cylindrical-coordinate representation of color #5D930C: hue angle of 84º 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 #5D930C is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 12 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.42 |
| HSL | 84º | 0.85% | 0.31% | - |
| HSV(B) | 84º | 0.92% | 0.58% | - |
| XYZ | 15.01 | 23.22 | 4.04 | - |
| YUV | 115.46 | 69.61 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 12 | 0.37 | 0 | 0.92 | 0.42 | 84 | 0.85 | 0.31 |
| Hex | 5D | 93 | C | 25 | 0 | 5C | 2A | 54 | 55 | 1F |
| Octal | 135 | 223 | 14 | 45 | 0 | 134 | 52 | 124 | 125 | 37 |
| Binary | 1011101 | 10010011 | 1100 | 100101 | 0 | 1011100 | 101010 | 1010100 | 1010101 | 11111 |
Color Harmonies of #5D930C
Complementary color
Monochromatic Colors of #5D930C
Black with #5D930C
Text Example
Text Example
White with #5D930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D930C; }
p { color: rgb(93,147,12); }
H1.HeaderClassName
{
color: #5D930C;
}
.AnyTagClassName
{
color: #5D930C;
}
</style>
background-color css
<style>
a { background-color: #5D930C; }
a { background-color: rgb(93,147,12); }
div.DivClassName
{
background-color: #5D930C;
}
.BgClassName
{
background-color: #5D930C;
}
</style>
border-color css
<style>
span { border-color: #5D930C; }
span { border-color: rgb(93,147,12); }
td.TdClassName
{
border-color: #5D930C;
}
.TagClassName
{
border-color: #5D930C;
}
</style>