Shades of Olive Drab #5C8208
Tints of Olive Drab #5C8208
RGB
CMYK
RGB Variations
Color information
#5C8208 (or 0x5C8208) is known color: Olive Drab. HEX triplet: 5C, 82 and 08. RGB value is (92,130,8). Sum of RGB (Red+Green+Blue) = 92+130+8=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #5C8208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8208 is #A37DF7. Grayscale: #696969. Windows color (decimal): -10714616 or 557660. OLE color: 557660.
HSL color Cylindrical-coordinate representation of color #5C8208: hue angle of 78.69º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C8208 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 130 | 8 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.49 |
| HSL | 78.69º | 0.88% | 0.27% | - |
| HSV(B) | 78.69º | 0.94% | 0.51% | - |
| XYZ | 12.44 | 18.26 | 3.1 | - |
| YUV | 104.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 130 | 8 | 0.29 | 0 | 0.94 | 0.49 | 78.69 | 0.88 | 0.27 |
| Hex | 5C | 82 | 8 | 1D | 0 | 5E | 31 | 4F | 58 | 1B |
| Octal | 134 | 202 | 10 | 35 | 0 | 136 | 61 | 117 | 130 | 33 |
| Binary | 1011100 | 10000010 | 1000 | 11101 | 0 | 1011110 | 110001 | 1001111 | 1011000 | 11011 |
Color Harmonies of #5C8208
Complementary color
Monochromatic Colors of #5C8208
Black with #5C8208
Text Example
Text Example
White with #5C8208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8208; }
p { color: rgb(92,130,8); }
H1.HeaderClassName
{
color: #5C8208;
}
.AnyTagClassName
{
color: #5C8208;
}
</style>
background-color css
<style>
a { background-color: #5C8208; }
a { background-color: rgb(92,130,8); }
div.DivClassName
{
background-color: #5C8208;
}
.BgClassName
{
background-color: #5C8208;
}
</style>
border-color css
<style>
span { border-color: #5C8208; }
span { border-color: rgb(92,130,8); }
td.TdClassName
{
border-color: #5C8208;
}
.TagClassName
{
border-color: #5C8208;
}
</style>