Shades of Olive #7C9200
Tints of Olive #7C9200
RGB
CMYK
RGB Variations
Color information
#7C9200 (or 0x7C9200) is known color: Olive. HEX triplet: 7C, 92 and 00. RGB value is (124,146,0). Sum of RGB (Red+Green+Blue) = 124+146+0=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9200 is #836DFF. Grayscale: #7B7B7B. Windows color (decimal): -8613376 or 37500. OLE color: 37500.
HSL color Cylindrical-coordinate representation of color #7C9200: hue angle of 69.04º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C9200 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.43 |
| HSL | 69.04º | 1% | 0.29% | - |
| HSV(B) | 69.04º | 1% | 0.57% | - |
| XYZ | 18.59 | 24.84 | 3.82 | - |
| YUV | 122.78 | 58.71 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 0 | 0.15 | 0 | 1 | 0.43 | 69.04 | 1 | 0.29 |
| Hex | 7C | 92 | 0 | F | 0 | 64 | 2B | 45 | 64 | 1D |
| Octal | 174 | 222 | 0 | 17 | 0 | 144 | 53 | 105 | 144 | 35 |
| Binary | 1111100 | 10010010 | 0 | 1111 | 0 | 1100100 | 101011 | 1000101 | 1100100 | 11101 |
Color Harmonies of #7C9200
Complementary color
Monochromatic Colors of #7C9200
Black with #7C9200
Text Example
Text Example
White with #7C9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9200; }
p { color: rgb(124,146,0); }
H1.HeaderClassName
{
color: #7C9200;
}
.AnyTagClassName
{
color: #7C9200;
}
</style>
background-color css
<style>
a { background-color: #7C9200; }
a { background-color: rgb(124,146,0); }
div.DivClassName
{
background-color: #7C9200;
}
.BgClassName
{
background-color: #7C9200;
}
</style>
border-color css
<style>
span { border-color: #7C9200; }
span { border-color: rgb(124,146,0); }
td.TdClassName
{
border-color: #7C9200;
}
.TagClassName
{
border-color: #7C9200;
}
</style>