Shades of Olive Drab #5C9601
Tints of Olive Drab #5C9601
RGB
CMYK
RGB Variations
Color information
#5C9601 (or 0x5C9601) is known color: Olive Drab. HEX triplet: 5C, 96 and 01. RGB value is (92,150,1). Sum of RGB (Red+Green+Blue) = 92+150+1=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #5C9601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9601 is #A369FE. Grayscale: #747474. Windows color (decimal): -10709503 or 104028. OLE color: 104028.
HSL color Cylindrical-coordinate representation of color #5C9601: hue angle of 83.36º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C9601 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.41 |
| HSL | 83.36º | 0.99% | 0.3% | - |
| HSV(B) | 83.36º | 0.99% | 0.59% | - |
| XYZ | 15.33 | 24.09 | 3.87 | - |
| YUV | 115.67 | 63.28 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 1 | 0.39 | 0 | 0.99 | 0.41 | 83.36 | 0.99 | 0.3 |
| Hex | 5C | 96 | 1 | 27 | 0 | 63 | 29 | 53 | 63 | 1E |
| Octal | 134 | 226 | 1 | 47 | 0 | 143 | 51 | 123 | 143 | 36 |
| Binary | 1011100 | 10010110 | 1 | 100111 | 0 | 1100011 | 101001 | 1010011 | 1100011 | 11110 |
Color Harmonies of #5C9601
Complementary color
Monochromatic Colors of #5C9601
Black with #5C9601
Text Example
Text Example
White with #5C9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9601; }
p { color: rgb(92,150,1); }
H1.HeaderClassName
{
color: #5C9601;
}
.AnyTagClassName
{
color: #5C9601;
}
</style>
background-color css
<style>
a { background-color: #5C9601; }
a { background-color: rgb(92,150,1); }
div.DivClassName
{
background-color: #5C9601;
}
.BgClassName
{
background-color: #5C9601;
}
</style>
border-color css
<style>
span { border-color: #5C9601; }
span { border-color: rgb(92,150,1); }
td.TdClassName
{
border-color: #5C9601;
}
.TagClassName
{
border-color: #5C9601;
}
</style>