Shades of Olive #7C7905
Tints of Olive #7C7905
RGB
CMYK
RGB Variations
Color information
#7C7905 (or 0x7C7905) is known color: Olive. HEX triplet: 7C, 79 and 05. RGB value is (124,121,5). Sum of RGB (Red+Green+Blue) = 124+121+5=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7905 is #8386FA. Grayscale: #6D6D6D. Windows color (decimal): -8619771 or 358780. OLE color: 358780.
HSL color Cylindrical-coordinate representation of color #7C7905: hue angle of 58.49º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C7905 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 5 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.51 |
| HSL | 58.49º | 0.92% | 0.25% | - |
| HSV(B) | 58.49º | 0.96% | 0.49% | - |
| XYZ | 15.18 | 17.97 | 2.81 | - |
| YUV | 108.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 5 | 0 | 0.02 | 0.96 | 0.51 | 58.49 | 0.92 | 0.25 |
| Hex | 7C | 79 | 5 | 0 | 2 | 60 | 33 | 3A | 5C | 19 |
| Octal | 174 | 171 | 5 | 0 | 2 | 140 | 63 | 72 | 134 | 31 |
| Binary | 1111100 | 1111001 | 101 | 0 | 10 | 1100000 | 110011 | 111010 | 1011100 | 11001 |
Color Harmonies of #7C7905
Complementary color
Monochromatic Colors of #7C7905
Black with #7C7905
Text Example
Text Example
White with #7C7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7905; }
p { color: rgb(124,121,5); }
H1.HeaderClassName
{
color: #7C7905;
}
.AnyTagClassName
{
color: #7C7905;
}
</style>
background-color css
<style>
a { background-color: #7C7905; }
a { background-color: rgb(124,121,5); }
div.DivClassName
{
background-color: #7C7905;
}
.BgClassName
{
background-color: #7C7905;
}
</style>
border-color css
<style>
span { border-color: #7C7905; }
span { border-color: rgb(124,121,5); }
td.TdClassName
{
border-color: #7C7905;
}
.TagClassName
{
border-color: #7C7905;
}
</style>