Shades of Olive Drab #5C9301
Tints of Olive Drab #5C9301
RGB
CMYK
RGB Variations
Color information
#5C9301 (or 0x5C9301) is known color: Olive Drab. HEX triplet: 5C, 93 and 01. RGB value is (92,147,1). Sum of RGB (Red+Green+Blue) = 92+147+1=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9301 is #A36CFE. Grayscale: #727272. Windows color (decimal): -10710271 or 103260. OLE color: 103260.
HSL color Cylindrical-coordinate representation of color #5C9301: hue angle of 82.6º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C9301 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.42 |
| HSL | 82.6º | 0.99% | 0.29% | - |
| HSV(B) | 82.6º | 0.99% | 0.58% | - |
| XYZ | 14.85 | 23.14 | 3.71 | - |
| YUV | 113.91 | 64.28 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 1 | 0.37 | 0 | 0.99 | 0.42 | 82.6 | 0.99 | 0.29 |
| Hex | 5C | 93 | 1 | 25 | 0 | 63 | 2A | 53 | 63 | 1D |
| Octal | 134 | 223 | 1 | 45 | 0 | 143 | 52 | 123 | 143 | 35 |
| Binary | 1011100 | 10010011 | 1 | 100101 | 0 | 1100011 | 101010 | 1010011 | 1100011 | 11101 |
Color Harmonies of #5C9301
Complementary color
Monochromatic Colors of #5C9301
Black with #5C9301
Text Example
Text Example
White with #5C9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9301; }
p { color: rgb(92,147,1); }
H1.HeaderClassName
{
color: #5C9301;
}
.AnyTagClassName
{
color: #5C9301;
}
</style>
background-color css
<style>
a { background-color: #5C9301; }
a { background-color: rgb(92,147,1); }
div.DivClassName
{
background-color: #5C9301;
}
.BgClassName
{
background-color: #5C9301;
}
</style>
border-color css
<style>
span { border-color: #5C9301; }
span { border-color: rgb(92,147,1); }
td.TdClassName
{
border-color: #5C9301;
}
.TagClassName
{
border-color: #5C9301;
}
</style>