Shades of Olive Drab #5C8816
Tints of Olive Drab #5C8816
RGB
CMYK
RGB Variations
Color information
#5C8816 (or 0x5C8816) is known color: Olive Drab. HEX triplet: 5C, 88 and 16. RGB value is (92,136,22). Sum of RGB (Red+Green+Blue) = 92+136+22=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #5C8816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8816 is #A377E9. Grayscale: #6E6E6E. Windows color (decimal): -10713066 or 1476700. OLE color: 1476700.
HSL color Cylindrical-coordinate representation of color #5C8816: hue angle of 83.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C8816 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 22 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.47 |
| HSL | 83.16º | 0.72% | 0.31% | - |
| HSV(B) | 83.16º | 0.84% | 0.53% | - |
| XYZ | 13.36 | 19.94 | 3.9 | - |
| YUV | 109.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 22 | 0.32 | 0 | 0.84 | 0.47 | 83.16 | 0.72 | 0.31 |
| Hex | 5C | 88 | 16 | 20 | 0 | 54 | 2F | 53 | 48 | 1F |
| Octal | 134 | 210 | 26 | 40 | 0 | 124 | 57 | 123 | 110 | 37 |
| Binary | 1011100 | 10001000 | 10110 | 100000 | 0 | 1010100 | 101111 | 1010011 | 1001000 | 11111 |
Color Harmonies of #5C8816
Complementary color
Monochromatic Colors of #5C8816
Black with #5C8816
Text Example
Text Example
White with #5C8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8816; }
p { color: rgb(92,136,22); }
H1.HeaderClassName
{
color: #5C8816;
}
.AnyTagClassName
{
color: #5C8816;
}
</style>
background-color css
<style>
a { background-color: #5C8816; }
a { background-color: rgb(92,136,22); }
div.DivClassName
{
background-color: #5C8816;
}
.BgClassName
{
background-color: #5C8816;
}
</style>
border-color css
<style>
span { border-color: #5C8816; }
span { border-color: rgb(92,136,22); }
td.TdClassName
{
border-color: #5C8816;
}
.TagClassName
{
border-color: #5C8816;
}
</style>