Shades of Olive Drab #5C8803
Tints of Olive Drab #5C8803
RGB
CMYK
RGB Variations
Color information
#5C8803 (or 0x5C8803) is known color: Olive Drab. HEX triplet: 5C, 88 and 03. RGB value is (92,136,3). Sum of RGB (Red+Green+Blue) = 92+136+3=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #5C8803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8803 is #A377FC. Grayscale: #6C6C6C. Windows color (decimal): -10713085 or 231516. OLE color: 231516.
HSL color Cylindrical-coordinate representation of color #5C8803: hue angle of 79.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C8803 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.47 |
| HSL | 79.85º | 0.96% | 0.27% | - |
| HSV(B) | 79.85º | 0.98% | 0.53% | - |
| XYZ | 13.23 | 19.89 | 3.23 | - |
| YUV | 107.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 3 | 0.32 | 0 | 0.98 | 0.47 | 79.85 | 0.96 | 0.27 |
| Hex | 5C | 88 | 3 | 20 | 0 | 62 | 2F | 50 | 60 | 1B |
| Octal | 134 | 210 | 3 | 40 | 0 | 142 | 57 | 120 | 140 | 33 |
| Binary | 1011100 | 10001000 | 11 | 100000 | 0 | 1100010 | 101111 | 1010000 | 1100000 | 11011 |
Color Harmonies of #5C8803
Complementary color
Monochromatic Colors of #5C8803
Black with #5C8803
Text Example
Text Example
White with #5C8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8803; }
p { color: rgb(92,136,3); }
H1.HeaderClassName
{
color: #5C8803;
}
.AnyTagClassName
{
color: #5C8803;
}
</style>
background-color css
<style>
a { background-color: #5C8803; }
a { background-color: rgb(92,136,3); }
div.DivClassName
{
background-color: #5C8803;
}
.BgClassName
{
background-color: #5C8803;
}
</style>
border-color css
<style>
span { border-color: #5C8803; }
span { border-color: rgb(92,136,3); }
td.TdClassName
{
border-color: #5C8803;
}
.TagClassName
{
border-color: #5C8803;
}
</style>