Shades of Olive #7C8805
Tints of Olive #7C8805
RGB
CMYK
RGB Variations
Color information
#7C8805 (or 0x7C8805) is known color: Olive. HEX triplet: 7C, 88 and 05. RGB value is (124,136,5). Sum of RGB (Red+Green+Blue) = 124+136+5=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8805 is #8377FA. Grayscale: #757575. Windows color (decimal): -8615931 or 362620. OLE color: 362620.
HSL color Cylindrical-coordinate representation of color #7C8805: hue angle of 65.5º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C8805 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 5 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.47 |
| HSL | 65.5º | 0.93% | 0.28% | - |
| HSV(B) | 65.5º | 0.96% | 0.53% | - |
| XYZ | 17.14 | 21.9 | 3.47 | - |
| YUV | 117.48 | 64.52 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 5 | 0.09 | 0 | 0.96 | 0.47 | 65.5 | 0.93 | 0.28 |
| Hex | 7C | 88 | 5 | 9 | 0 | 60 | 2F | 41 | 5D | 1C |
| Octal | 174 | 210 | 5 | 11 | 0 | 140 | 57 | 101 | 135 | 34 |
| Binary | 1111100 | 10001000 | 101 | 1001 | 0 | 1100000 | 101111 | 1000001 | 1011101 | 11100 |
Color Harmonies of #7C8805
Complementary color
Monochromatic Colors of #7C8805
Black with #7C8805
Text Example
Text Example
White with #7C8805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8805; }
p { color: rgb(124,136,5); }
H1.HeaderClassName
{
color: #7C8805;
}
.AnyTagClassName
{
color: #7C8805;
}
</style>
background-color css
<style>
a { background-color: #7C8805; }
a { background-color: rgb(124,136,5); }
div.DivClassName
{
background-color: #7C8805;
}
.BgClassName
{
background-color: #7C8805;
}
</style>
border-color css
<style>
span { border-color: #7C8805; }
span { border-color: rgb(124,136,5); }
td.TdClassName
{
border-color: #7C8805;
}
.TagClassName
{
border-color: #7C8805;
}
</style>