Shades of Olive #7C9302
Tints of Olive #7C9302
RGB
CMYK
RGB Variations
Color information
#7C9302 (or 0x7C9302) is known color: Olive. HEX triplet: 7C, 93 and 02. RGB value is (124,147,2). Sum of RGB (Red+Green+Blue) = 124+147+2=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9302 is #836CFD. Grayscale: #7C7C7C. Windows color (decimal): -8613118 or 168828. OLE color: 168828.
HSL color Cylindrical-coordinate representation of color #7C9302: hue angle of 69.52º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C9302 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.42 |
| HSL | 69.52º | 0.97% | 0.29% | - |
| HSV(B) | 69.52º | 0.99% | 0.58% | - |
| XYZ | 18.76 | 25.16 | 3.92 | - |
| YUV | 123.59 | 59.38 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 2 | 0.16 | 0 | 0.99 | 0.42 | 69.52 | 0.97 | 0.29 |
| Hex | 7C | 93 | 2 | 10 | 0 | 63 | 2A | 46 | 61 | 1D |
| Octal | 174 | 223 | 2 | 20 | 0 | 143 | 52 | 106 | 141 | 35 |
| Binary | 1111100 | 10010011 | 10 | 10000 | 0 | 1100011 | 101010 | 1000110 | 1100001 | 11101 |
Color Harmonies of #7C9302
Complementary color
Monochromatic Colors of #7C9302
Black with #7C9302
Text Example
Text Example
White with #7C9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9302; }
p { color: rgb(124,147,2); }
H1.HeaderClassName
{
color: #7C9302;
}
.AnyTagClassName
{
color: #7C9302;
}
</style>
background-color css
<style>
a { background-color: #7C9302; }
a { background-color: rgb(124,147,2); }
div.DivClassName
{
background-color: #7C9302;
}
.BgClassName
{
background-color: #7C9302;
}
</style>
border-color css
<style>
span { border-color: #7C9302; }
span { border-color: rgb(124,147,2); }
td.TdClassName
{
border-color: #7C9302;
}
.TagClassName
{
border-color: #7C9302;
}
</style>