Shades of Olive #7C8907
Tints of Olive #7C8907
RGB
CMYK
RGB Variations
Color information
#7C8907 (or 0x7C8907) is known color: Olive. HEX triplet: 7C, 89 and 07. RGB value is (124,137,7). Sum of RGB (Red+Green+Blue) = 124+137+7=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8907 is #8376F8. Grayscale: #767676. Windows color (decimal): -8615673 or 493948. OLE color: 493948.
HSL color Cylindrical-coordinate representation of color #7C8907: hue angle of 66º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C8907 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 137 | 7 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.46 |
| HSL | 66º | 0.9% | 0.28% | - |
| HSV(B) | 66º | 0.95% | 0.54% | - |
| XYZ | 17.3 | 22.19 | 3.57 | - |
| YUV | 118.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 7 | 0.09 | 0 | 0.95 | 0.46 | 66 | 0.9 | 0.28 |
| Hex | 7C | 89 | 7 | 9 | 0 | 5F | 2E | 42 | 5A | 1C |
| Octal | 174 | 211 | 7 | 11 | 0 | 137 | 56 | 102 | 132 | 34 |
| Binary | 1111100 | 10001001 | 111 | 1001 | 0 | 1011111 | 101110 | 1000010 | 1011010 | 11100 |
Color Harmonies of #7C8907
Complementary color
Monochromatic Colors of #7C8907
Black with #7C8907
Text Example
Text Example
White with #7C8907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8907; }
p { color: rgb(124,137,7); }
H1.HeaderClassName
{
color: #7C8907;
}
.AnyTagClassName
{
color: #7C8907;
}
</style>
background-color css
<style>
a { background-color: #7C8907; }
a { background-color: rgb(124,137,7); }
div.DivClassName
{
background-color: #7C8907;
}
.BgClassName
{
background-color: #7C8907;
}
</style>
border-color css
<style>
span { border-color: #7C8907; }
span { border-color: rgb(124,137,7); }
td.TdClassName
{
border-color: #7C8907;
}
.TagClassName
{
border-color: #7C8907;
}
</style>