Shades of Olive Drab #5C880D
Tints of Olive Drab #5C880D
RGB
CMYK
RGB Variations
Color information
#5C880D (or 0x5C880D) is known color: Olive Drab. HEX triplet: 5C, 88 and 0D. RGB value is (92,136,13). Sum of RGB (Red+Green+Blue) = 92+136+13=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #5C880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C880D is #A377F2. Grayscale: #6D6D6D. Windows color (decimal): -10713075 or 886876. OLE color: 886876.
HSL color Cylindrical-coordinate representation of color #5C880D: hue angle of 81.46º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C880D is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 13 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.47 |
| HSL | 81.46º | 0.83% | 0.29% | - |
| HSV(B) | 81.46º | 0.9% | 0.53% | - |
| XYZ | 13.29 | 19.91 | 3.52 | - |
| YUV | 108.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 13 | 0.32 | 0 | 0.90 | 0.47 | 81.46 | 0.83 | 0.29 |
| Hex | 5C | 88 | D | 20 | 0 | 5A | 2F | 51 | 53 | 1D |
| Octal | 134 | 210 | 15 | 40 | 0 | 132 | 57 | 121 | 123 | 35 |
| Binary | 1011100 | 10001000 | 1101 | 100000 | 0 | 1011010 | 101111 | 1010001 | 1010011 | 11101 |
Color Harmonies of #5C880D
Complementary color
Monochromatic Colors of #5C880D
Black with #5C880D
Text Example
Text Example
White with #5C880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C880D; }
p { color: rgb(92,136,13); }
H1.HeaderClassName
{
color: #5C880D;
}
.AnyTagClassName
{
color: #5C880D;
}
</style>
background-color css
<style>
a { background-color: #5C880D; }
a { background-color: rgb(92,136,13); }
div.DivClassName
{
background-color: #5C880D;
}
.BgClassName
{
background-color: #5C880D;
}
</style>
border-color css
<style>
span { border-color: #5C880D; }
span { border-color: rgb(92,136,13); }
td.TdClassName
{
border-color: #5C880D;
}
.TagClassName
{
border-color: #5C880D;
}
</style>