Shades of Olive Drab #5C9502
Tints of Olive Drab #5C9502
RGB
CMYK
RGB Variations
Color information
#5C9502 (or 0x5C9502) is known color: Olive Drab. HEX triplet: 5C, 95 and 02. RGB value is (92,149,2). Sum of RGB (Red+Green+Blue) = 92+149+2=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9502 is #A36AFD. Grayscale: #737373. Windows color (decimal): -10709758 or 169308. OLE color: 169308.
HSL color Cylindrical-coordinate representation of color #5C9502: hue angle of 83.27º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C9502 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 149 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.42 |
| HSL | 83.27º | 0.97% | 0.3% | - |
| HSV(B) | 83.27º | 0.99% | 0.58% | - |
| XYZ | 15.17 | 23.77 | 3.85 | - |
| YUV | 115.2 | 64.12 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 149 | 2 | 0.38 | 0 | 0.99 | 0.42 | 83.27 | 0.97 | 0.3 |
| Hex | 5C | 95 | 2 | 26 | 0 | 63 | 2A | 53 | 61 | 1E |
| Octal | 134 | 225 | 2 | 46 | 0 | 143 | 52 | 123 | 141 | 36 |
| Binary | 1011100 | 10010101 | 10 | 100110 | 0 | 1100011 | 101010 | 1010011 | 1100001 | 11110 |
Color Harmonies of #5C9502
Complementary color
Monochromatic Colors of #5C9502
Black with #5C9502
Text Example
Text Example
White with #5C9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9502; }
p { color: rgb(92,149,2); }
H1.HeaderClassName
{
color: #5C9502;
}
.AnyTagClassName
{
color: #5C9502;
}
</style>
background-color css
<style>
a { background-color: #5C9502; }
a { background-color: rgb(92,149,2); }
div.DivClassName
{
background-color: #5C9502;
}
.BgClassName
{
background-color: #5C9502;
}
</style>
border-color css
<style>
span { border-color: #5C9502; }
span { border-color: rgb(92,149,2); }
td.TdClassName
{
border-color: #5C9502;
}
.TagClassName
{
border-color: #5C9502;
}
</style>