Shades of Olive #7C9000
Tints of Olive #7C9000
RGB
CMYK
RGB Variations
Color information
#7C9000 (or 0x7C9000) is known color: Olive. HEX triplet: 7C, 90 and 00. RGB value is (124,144,0). Sum of RGB (Red+Green+Blue) = 124+144+0=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9000 is #836FFF. Grayscale: #7A7A7A. Windows color (decimal): -8613888 or 36988. OLE color: 36988.
HSL color Cylindrical-coordinate representation of color #7C9000: hue angle of 68.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C9000 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.44 |
| HSL | 68.33º | 1% | 0.28% | - |
| HSV(B) | 68.33º | 1% | 0.56% | - |
| XYZ | 18.29 | 24.23 | 3.71 | - |
| YUV | 121.6 | 59.37 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 0 | 0.14 | 0 | 1 | 0.44 | 68.33 | 1 | 0.28 |
| Hex | 7C | 90 | 0 | E | 0 | 64 | 2C | 44 | 64 | 1C |
| Octal | 174 | 220 | 0 | 16 | 0 | 144 | 54 | 104 | 144 | 34 |
| Binary | 1111100 | 10010000 | 0 | 1110 | 0 | 1100100 | 101100 | 1000100 | 1100100 | 11100 |
Color Harmonies of #7C9000
Complementary color
Monochromatic Colors of #7C9000
Black with #7C9000
Text Example
Text Example
White with #7C9000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9000; }
p { color: rgb(124,144,0); }
H1.HeaderClassName
{
color: #7C9000;
}
.AnyTagClassName
{
color: #7C9000;
}
</style>
background-color css
<style>
a { background-color: #7C9000; }
a { background-color: rgb(124,144,0); }
div.DivClassName
{
background-color: #7C9000;
}
.BgClassName
{
background-color: #7C9000;
}
</style>
border-color css
<style>
span { border-color: #7C9000; }
span { border-color: rgb(124,144,0); }
td.TdClassName
{
border-color: #7C9000;
}
.TagClassName
{
border-color: #7C9000;
}
</style>