Shades of Olive Drab #5C9200
Tints of Olive Drab #5C9200
RGB
CMYK
RGB Variations
Color information
#5C9200 (or 0x5C9200) is known color: Olive Drab. HEX triplet: 5C, 92 and 00. RGB value is (92,146,0). Sum of RGB (Red+Green+Blue) = 92+146+0=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #5C9200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9200 is #A36DFF. Grayscale: #717171. Windows color (decimal): -10710528 or 37468. OLE color: 37468.
HSL color Cylindrical-coordinate representation of color #5C9200: hue angle of 82.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C9200 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 146 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.43 |
| HSL | 82.19º | 1% | 0.29% | - |
| HSV(B) | 82.19º | 1% | 0.57% | - |
| XYZ | 14.69 | 22.83 | 3.63 | - |
| YUV | 113.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 0 | 0.37 | 0 | 1 | 0.43 | 82.19 | 1 | 0.29 |
| Hex | 5C | 92 | 0 | 25 | 0 | 64 | 2B | 52 | 64 | 1D |
| Octal | 134 | 222 | 0 | 45 | 0 | 144 | 53 | 122 | 144 | 35 |
| Binary | 1011100 | 10010010 | 0 | 100101 | 0 | 1100100 | 101011 | 1010010 | 1100100 | 11101 |
Color Harmonies of #5C9200
Complementary color
Monochromatic Colors of #5C9200
Black with #5C9200
Text Example
Text Example
White with #5C9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9200; }
p { color: rgb(92,146,0); }
H1.HeaderClassName
{
color: #5C9200;
}
.AnyTagClassName
{
color: #5C9200;
}
</style>
background-color css
<style>
a { background-color: #5C9200; }
a { background-color: rgb(92,146,0); }
div.DivClassName
{
background-color: #5C9200;
}
.BgClassName
{
background-color: #5C9200;
}
</style>
border-color css
<style>
span { border-color: #5C9200; }
span { border-color: rgb(92,146,0); }
td.TdClassName
{
border-color: #5C9200;
}
.TagClassName
{
border-color: #5C9200;
}
</style>