Shades of Olive #7C8C07
Tints of Olive #7C8C07
RGB
CMYK
RGB Variations
Color information
#7C8C07 (or 0x7C8C07) is known color: Olive. HEX triplet: 7C, 8C and 07. RGB value is (124,140,7). Sum of RGB (Red+Green+Blue) = 124+140+7=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8C07 is #8373F8. Grayscale: #787878. Windows color (decimal): -8614905 or 494716. OLE color: 494716.
HSL color Cylindrical-coordinate representation of color #7C8C07: hue angle of 67.22º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C8C07 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 140 | 7 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.45 |
| HSL | 67.22º | 0.9% | 0.29% | - |
| HSV(B) | 67.22º | 0.95% | 0.55% | - |
| XYZ | 17.73 | 23.06 | 3.72 | - |
| YUV | 120.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 140 | 7 | 0.11 | 0 | 0.95 | 0.45 | 67.22 | 0.9 | 0.29 |
| Hex | 7C | 8C | 7 | B | 0 | 5F | 2D | 43 | 5A | 1D |
| Octal | 174 | 214 | 7 | 13 | 0 | 137 | 55 | 103 | 132 | 35 |
| Binary | 1111100 | 10001100 | 111 | 1011 | 0 | 1011111 | 101101 | 1000011 | 1011010 | 11101 |
Color Harmonies of #7C8C07
Complementary color
Monochromatic Colors of #7C8C07
Black with #7C8C07
Text Example
Text Example
White with #7C8C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8C07; }
p { color: rgb(124,140,7); }
H1.HeaderClassName
{
color: #7C8C07;
}
.AnyTagClassName
{
color: #7C8C07;
}
</style>
background-color css
<style>
a { background-color: #7C8C07; }
a { background-color: rgb(124,140,7); }
div.DivClassName
{
background-color: #7C8C07;
}
.BgClassName
{
background-color: #7C8C07;
}
</style>
border-color css
<style>
span { border-color: #7C8C07; }
span { border-color: rgb(124,140,7); }
td.TdClassName
{
border-color: #7C8C07;
}
.TagClassName
{
border-color: #7C8C07;
}
</style>