Shades of Olive #7C9205
Tints of Olive #7C9205
RGB
CMYK
RGB Variations
Color information
#7C9205 (or 0x7C9205) is known color: Olive. HEX triplet: 7C, 92 and 05. RGB value is (124,146,5). Sum of RGB (Red+Green+Blue) = 124+146+5=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9205 is #836DFA. Grayscale: #7B7B7B. Windows color (decimal): -8613371 or 365180. OLE color: 365180.
HSL color Cylindrical-coordinate representation of color #7C9205: hue angle of 69.36º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C9205 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 5 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.43 |
| HSL | 69.36º | 0.93% | 0.3% | - |
| HSV(B) | 69.36º | 0.97% | 0.57% | - |
| XYZ | 18.62 | 24.85 | 3.96 | - |
| YUV | 123.35 | 61.21 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 5 | 0.15 | 0 | 0.97 | 0.43 | 69.36 | 0.93 | 0.3 |
| Hex | 7C | 92 | 5 | F | 0 | 61 | 2B | 45 | 5D | 1E |
| Octal | 174 | 222 | 5 | 17 | 0 | 141 | 53 | 105 | 135 | 36 |
| Binary | 1111100 | 10010010 | 101 | 1111 | 0 | 1100001 | 101011 | 1000101 | 1011101 | 11110 |
Color Harmonies of #7C9205
Complementary color
Monochromatic Colors of #7C9205
Black with #7C9205
Text Example
Text Example
White with #7C9205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9205; }
p { color: rgb(124,146,5); }
H1.HeaderClassName
{
color: #7C9205;
}
.AnyTagClassName
{
color: #7C9205;
}
</style>
background-color css
<style>
a { background-color: #7C9205; }
a { background-color: rgb(124,146,5); }
div.DivClassName
{
background-color: #7C9205;
}
.BgClassName
{
background-color: #7C9205;
}
</style>
border-color css
<style>
span { border-color: #7C9205; }
span { border-color: rgb(124,146,5); }
td.TdClassName
{
border-color: #7C9205;
}
.TagClassName
{
border-color: #7C9205;
}
</style>