Shades of Olive #7A9303
Tints of Olive #7A9303
RGB
CMYK
RGB Variations
Color information
#7A9303 (or 0x7A9303) is known color: Olive. HEX triplet: 7A, 93 and 03. RGB value is (122,147,3). Sum of RGB (Red+Green+Blue) = 122+147+3=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9303 is #856CFC. Grayscale: #7B7B7B. Windows color (decimal): -8744189 or 234362. OLE color: 234362.
HSL color Cylindrical-coordinate representation of color #7A9303: hue angle of 70.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A9303 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 3 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.42 |
| HSL | 70.42º | 0.96% | 0.29% | - |
| HSV(B) | 70.42º | 0.98% | 0.58% | - |
| XYZ | 18.48 | 25.01 | 3.94 | - |
| YUV | 123.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 3 | 0.17 | 0 | 0.98 | 0.42 | 70.42 | 0.96 | 0.29 |
| Hex | 7A | 93 | 3 | 11 | 0 | 62 | 2A | 46 | 60 | 1D |
| Octal | 172 | 223 | 3 | 21 | 0 | 142 | 52 | 106 | 140 | 35 |
| Binary | 1111010 | 10010011 | 11 | 10001 | 0 | 1100010 | 101010 | 1000110 | 1100000 | 11101 |
Color Harmonies of #7A9303
Complementary color
Monochromatic Colors of #7A9303
Black with #7A9303
Text Example
Text Example
White with #7A9303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9303; }
p { color: rgb(122,147,3); }
H1.HeaderClassName
{
color: #7A9303;
}
.AnyTagClassName
{
color: #7A9303;
}
</style>
background-color css
<style>
a { background-color: #7A9303; }
a { background-color: rgb(122,147,3); }
div.DivClassName
{
background-color: #7A9303;
}
.BgClassName
{
background-color: #7A9303;
}
</style>
border-color css
<style>
span { border-color: #7A9303; }
span { border-color: rgb(122,147,3); }
td.TdClassName
{
border-color: #7A9303;
}
.TagClassName
{
border-color: #7A9303;
}
</style>