Shades of Olive #7C8905
Tints of Olive #7C8905
RGB
CMYK
RGB Variations
Color information
#7C8905 (or 0x7C8905) is known color: Olive. HEX triplet: 7C, 89 and 05. RGB value is (124,137,5). Sum of RGB (Red+Green+Blue) = 124+137+5=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8905 is #8376FA. Grayscale: #767676. Windows color (decimal): -8615675 or 362876. OLE color: 362876.
HSL color Cylindrical-coordinate representation of color #7C8905: hue angle of 65.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C8905 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 5 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.46 |
| HSL | 65.91º | 0.93% | 0.28% | - |
| HSV(B) | 65.91º | 0.96% | 0.54% | - |
| XYZ | 17.29 | 22.19 | 3.52 | - |
| YUV | 118.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 5 | 0.09 | 0 | 0.96 | 0.46 | 65.91 | 0.93 | 0.28 |
| Hex | 7C | 89 | 5 | 9 | 0 | 60 | 2E | 42 | 5D | 1C |
| Octal | 174 | 211 | 5 | 11 | 0 | 140 | 56 | 102 | 135 | 34 |
| Binary | 1111100 | 10001001 | 101 | 1001 | 0 | 1100000 | 101110 | 1000010 | 1011101 | 11100 |
Color Harmonies of #7C8905
Complementary color
Monochromatic Colors of #7C8905
Black with #7C8905
Text Example
Text Example
White with #7C8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8905; }
p { color: rgb(124,137,5); }
H1.HeaderClassName
{
color: #7C8905;
}
.AnyTagClassName
{
color: #7C8905;
}
</style>
background-color css
<style>
a { background-color: #7C8905; }
a { background-color: rgb(124,137,5); }
div.DivClassName
{
background-color: #7C8905;
}
.BgClassName
{
background-color: #7C8905;
}
</style>
border-color css
<style>
span { border-color: #7C8905; }
span { border-color: rgb(124,137,5); }
td.TdClassName
{
border-color: #7C8905;
}
.TagClassName
{
border-color: #7C8905;
}
</style>