Shades of Olive Drab #5C870D
Tints of Olive Drab #5C870D
RGB
CMYK
RGB Variations
Color information
#5C870D (or 0x5C870D) is known color: Olive Drab. HEX triplet: 5C, 87 and 0D. RGB value is (92,135,13). Sum of RGB (Red+Green+Blue) = 92+135+13=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #5C870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C870D is #A378F2. Grayscale: #6C6C6C. Windows color (decimal): -10713331 or 886620. OLE color: 886620.
HSL color Cylindrical-coordinate representation of color #5C870D: hue angle of 81.15º degrees, saturation: 0.82, 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 #5C870D is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 13 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.47 |
| HSL | 81.15º | 0.82% | 0.29% | - |
| HSV(B) | 81.15º | 0.9% | 0.53% | - |
| XYZ | 13.15 | 19.63 | 3.48 | - |
| YUV | 108.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 13 | 0.32 | 0 | 0.90 | 0.47 | 81.15 | 0.82 | 0.29 |
| Hex | 5C | 87 | D | 20 | 0 | 5A | 2F | 51 | 52 | 1D |
| Octal | 134 | 207 | 15 | 40 | 0 | 132 | 57 | 121 | 122 | 35 |
| Binary | 1011100 | 10000111 | 1101 | 100000 | 0 | 1011010 | 101111 | 1010001 | 1010010 | 11101 |
Color Harmonies of #5C870D
Complementary color
Monochromatic Colors of #5C870D
Black with #5C870D
Text Example
Text Example
White with #5C870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C870D; }
p { color: rgb(92,135,13); }
H1.HeaderClassName
{
color: #5C870D;
}
.AnyTagClassName
{
color: #5C870D;
}
</style>
background-color css
<style>
a { background-color: #5C870D; }
a { background-color: rgb(92,135,13); }
div.DivClassName
{
background-color: #5C870D;
}
.BgClassName
{
background-color: #5C870D;
}
</style>
border-color css
<style>
span { border-color: #5C870D; }
span { border-color: rgb(92,135,13); }
td.TdClassName
{
border-color: #5C870D;
}
.TagClassName
{
border-color: #5C870D;
}
</style>