Shades of Olive #7C8810
Tints of Olive #7C8810
RGB
CMYK
RGB Variations
Color information
#7C8810 (or 0x7C8810) is known color: Olive. HEX triplet: 7C, 88 and 10. RGB value is (124,136,16). Sum of RGB (Red+Green+Blue) = 124+136+16=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8810 is #8377EF. Grayscale: #777777. Windows color (decimal): -8615920 or 1083516. OLE color: 1083516.
HSL color Cylindrical-coordinate representation of color #7C8810: hue angle of 66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C8810 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 16 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.47 |
| HSL | 66º | 0.79% | 0.3% | - |
| HSV(B) | 66º | 0.88% | 0.53% | - |
| XYZ | 17.21 | 21.93 | 3.82 | - |
| YUV | 118.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 16 | 0.09 | 0 | 0.88 | 0.47 | 66 | 0.79 | 0.3 |
| Hex | 7C | 88 | 10 | 9 | 0 | 58 | 2F | 42 | 4F | 1E |
| Octal | 174 | 210 | 20 | 11 | 0 | 130 | 57 | 102 | 117 | 36 |
| Binary | 1111100 | 10001000 | 10000 | 1001 | 0 | 1011000 | 101111 | 1000010 | 1001111 | 11110 |
Color Harmonies of #7C8810
Complementary color
Monochromatic Colors of #7C8810
Black with #7C8810
Text Example
Text Example
White with #7C8810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8810; }
p { color: rgb(124,136,16); }
H1.HeaderClassName
{
color: #7C8810;
}
.AnyTagClassName
{
color: #7C8810;
}
</style>
background-color css
<style>
a { background-color: #7C8810; }
a { background-color: rgb(124,136,16); }
div.DivClassName
{
background-color: #7C8810;
}
.BgClassName
{
background-color: #7C8810;
}
</style>
border-color css
<style>
span { border-color: #7C8810; }
span { border-color: rgb(124,136,16); }
td.TdClassName
{
border-color: #7C8810;
}
.TagClassName
{
border-color: #7C8810;
}
</style>