Shades of Olive Drab #5D920C
Tints of Olive Drab #5D920C
RGB
CMYK
RGB Variations
Color information
#5D920C (or 0x5D920C) is known color: Olive Drab. HEX triplet: 5D, 92 and 0C. RGB value is (93,146,12). Sum of RGB (Red+Green+Blue) = 93+146+12=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #5D920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D920C is #A26DF3. Grayscale: #737373. Windows color (decimal): -10644980 or 823901. OLE color: 823901.
HSL color Cylindrical-coordinate representation of color #5D920C: hue angle of 83.73º 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 #5D920C is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 146 | 12 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.43 |
| HSL | 83.73º | 0.85% | 0.31% | - |
| HSV(B) | 83.73º | 0.92% | 0.57% | - |
| XYZ | 14.86 | 22.91 | 3.99 | - |
| YUV | 114.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 146 | 12 | 0.36 | 0 | 0.92 | 0.43 | 83.73 | 0.85 | 0.31 |
| Hex | 5D | 92 | C | 24 | 0 | 5C | 2B | 54 | 55 | 1F |
| Octal | 135 | 222 | 14 | 44 | 0 | 134 | 53 | 124 | 125 | 37 |
| Binary | 1011101 | 10010010 | 1100 | 100100 | 0 | 1011100 | 101011 | 1010100 | 1010101 | 11111 |
Color Harmonies of #5D920C
Complementary color
Monochromatic Colors of #5D920C
Black with #5D920C
Text Example
Text Example
White with #5D920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D920C; }
p { color: rgb(93,146,12); }
H1.HeaderClassName
{
color: #5D920C;
}
.AnyTagClassName
{
color: #5D920C;
}
</style>
background-color css
<style>
a { background-color: #5D920C; }
a { background-color: rgb(93,146,12); }
div.DivClassName
{
background-color: #5D920C;
}
.BgClassName
{
background-color: #5D920C;
}
</style>
border-color css
<style>
span { border-color: #5D920C; }
span { border-color: rgb(93,146,12); }
td.TdClassName
{
border-color: #5D920C;
}
.TagClassName
{
border-color: #5D920C;
}
</style>