Shades of Olive Drab #5C8716
Tints of Olive Drab #5C8716
RGB
CMYK
RGB Variations
Color information
#5C8716 (or 0x5C8716) is known color: Olive Drab. HEX triplet: 5C, 87 and 16. RGB value is (92,135,22). Sum of RGB (Red+Green+Blue) = 92+135+22=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8716 is #A378E9. Grayscale: #6D6D6D. Windows color (decimal): -10713322 or 1476444. OLE color: 1476444.
HSL color Cylindrical-coordinate representation of color #5C8716: hue angle of 82.83º 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 #5C8716 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 22 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.47 |
| HSL | 82.83º | 0.72% | 0.31% | - |
| HSV(B) | 82.83º | 0.84% | 0.53% | - |
| XYZ | 13.22 | 19.66 | 3.86 | - |
| YUV | 109.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 22 | 0.32 | 0 | 0.84 | 0.47 | 82.83 | 0.72 | 0.31 |
| Hex | 5C | 87 | 16 | 20 | 0 | 54 | 2F | 53 | 48 | 1F |
| Octal | 134 | 207 | 26 | 40 | 0 | 124 | 57 | 123 | 110 | 37 |
| Binary | 1011100 | 10000111 | 10110 | 100000 | 0 | 1010100 | 101111 | 1010011 | 1001000 | 11111 |
Color Harmonies of #5C8716
Complementary color
Monochromatic Colors of #5C8716
Black with #5C8716
Text Example
Text Example
White with #5C8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8716; }
p { color: rgb(92,135,22); }
H1.HeaderClassName
{
color: #5C8716;
}
.AnyTagClassName
{
color: #5C8716;
}
</style>
background-color css
<style>
a { background-color: #5C8716; }
a { background-color: rgb(92,135,22); }
div.DivClassName
{
background-color: #5C8716;
}
.BgClassName
{
background-color: #5C8716;
}
</style>
border-color css
<style>
span { border-color: #5C8716; }
span { border-color: rgb(92,135,22); }
td.TdClassName
{
border-color: #5C8716;
}
.TagClassName
{
border-color: #5C8716;
}
</style>