Shades of Olive Drab #5C800D
Tints of Olive Drab #5C800D
RGB
CMYK
RGB Variations
Color information
#5C800D (or 0x5C800D) is known color: Olive Drab. HEX triplet: 5C, 80 and 0D. RGB value is (92,128,13). Sum of RGB (Red+Green+Blue) = 92+128+13=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #5C800D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C800D is #A37FF2. Grayscale: #686868. Windows color (decimal): -10715123 or 884828. OLE color: 884828.
HSL color Cylindrical-coordinate representation of color #5C800D: hue angle of 78.78º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C800D is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 128 | 13 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.50 |
| HSL | 78.78º | 0.82% | 0.28% | - |
| HSV(B) | 78.78º | 0.9% | 0.5% | - |
| XYZ | 12.21 | 17.74 | 3.16 | - |
| YUV | 104.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 128 | 13 | 0.28 | 0 | 0.90 | 0.50 | 78.78 | 0.82 | 0.28 |
| Hex | 5C | 80 | D | 1C | 0 | 5A | 32 | 4F | 52 | 1C |
| Octal | 134 | 200 | 15 | 34 | 0 | 132 | 62 | 117 | 122 | 34 |
| Binary | 1011100 | 10000000 | 1101 | 11100 | 0 | 1011010 | 110010 | 1001111 | 1010010 | 11100 |
Color Harmonies of #5C800D
Complementary color
Monochromatic Colors of #5C800D
Black with #5C800D
Text Example
Text Example
White with #5C800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C800D; }
p { color: rgb(92,128,13); }
H1.HeaderClassName
{
color: #5C800D;
}
.AnyTagClassName
{
color: #5C800D;
}
</style>
background-color css
<style>
a { background-color: #5C800D; }
a { background-color: rgb(92,128,13); }
div.DivClassName
{
background-color: #5C800D;
}
.BgClassName
{
background-color: #5C800D;
}
</style>
border-color css
<style>
span { border-color: #5C800D; }
span { border-color: rgb(92,128,13); }
td.TdClassName
{
border-color: #5C800D;
}
.TagClassName
{
border-color: #5C800D;
}
</style>