Shades of Olive #7C9400
Tints of Olive #7C9400
RGB
CMYK
RGB Variations
Color information
#7C9400 (or 0x7C9400) is known color: Olive. HEX triplet: 7C, 94 and 00. RGB value is (124,148,0). Sum of RGB (Red+Green+Blue) = 124+148+0=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9400 is #836BFF. Grayscale: #7C7C7C. Windows color (decimal): -8612864 or 38012. OLE color: 38012.
HSL color Cylindrical-coordinate representation of color #7C9400: hue angle of 69.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C9400 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.42 |
| HSL | 69.73º | 1% | 0.29% | - |
| HSV(B) | 69.73º | 1% | 0.58% | - |
| XYZ | 18.9 | 25.46 | 3.92 | - |
| YUV | 123.95 | 58.05 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 0 | 0.16 | 0 | 1 | 0.42 | 69.73 | 1 | 0.29 |
| Hex | 7C | 94 | 0 | 10 | 0 | 64 | 2A | 46 | 64 | 1D |
| Octal | 174 | 224 | 0 | 20 | 0 | 144 | 52 | 106 | 144 | 35 |
| Binary | 1111100 | 10010100 | 0 | 10000 | 0 | 1100100 | 101010 | 1000110 | 1100100 | 11101 |
Color Harmonies of #7C9400
Complementary color
Monochromatic Colors of #7C9400
Black with #7C9400
Text Example
Text Example
White with #7C9400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9400; }
p { color: rgb(124,148,0); }
H1.HeaderClassName
{
color: #7C9400;
}
.AnyTagClassName
{
color: #7C9400;
}
</style>
background-color css
<style>
a { background-color: #7C9400; }
a { background-color: rgb(124,148,0); }
div.DivClassName
{
background-color: #7C9400;
}
.BgClassName
{
background-color: #7C9400;
}
</style>
border-color css
<style>
span { border-color: #7C9400; }
span { border-color: rgb(124,148,0); }
td.TdClassName
{
border-color: #7C9400;
}
.TagClassName
{
border-color: #7C9400;
}
</style>