Shades of Olive #7A8A03
Tints of Olive #7A8A03
RGB
CMYK
RGB Variations
Color information
#7A8A03 (or 0x7A8A03) is known color: Olive. HEX triplet: 7A, 8A and 03. RGB value is (122,138,3). Sum of RGB (Red+Green+Blue) = 122+138+3=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8A03 is #8575FC. Grayscale: #767676. Windows color (decimal): -8746493 or 232058. OLE color: 232058.
HSL color Cylindrical-coordinate representation of color #7A8A03: hue angle of 67.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A8A03 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 3 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.46 |
| HSL | 67.11º | 0.96% | 0.28% | - |
| HSV(B) | 67.11º | 0.98% | 0.54% | - |
| XYZ | 17.13 | 22.32 | 3.49 | - |
| YUV | 117.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 3 | 0.12 | 0 | 0.98 | 0.46 | 67.11 | 0.96 | 0.28 |
| Hex | 7A | 8A | 3 | C | 0 | 62 | 2E | 43 | 60 | 1C |
| Octal | 172 | 212 | 3 | 14 | 0 | 142 | 56 | 103 | 140 | 34 |
| Binary | 1111010 | 10001010 | 11 | 1100 | 0 | 1100010 | 101110 | 1000011 | 1100000 | 11100 |
Color Harmonies of #7A8A03
Complementary color
Monochromatic Colors of #7A8A03
Black with #7A8A03
Text Example
Text Example
White with #7A8A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A03; }
p { color: rgb(122,138,3); }
H1.HeaderClassName
{
color: #7A8A03;
}
.AnyTagClassName
{
color: #7A8A03;
}
</style>
background-color css
<style>
a { background-color: #7A8A03; }
a { background-color: rgb(122,138,3); }
div.DivClassName
{
background-color: #7A8A03;
}
.BgClassName
{
background-color: #7A8A03;
}
</style>
border-color css
<style>
span { border-color: #7A8A03; }
span { border-color: rgb(122,138,3); }
td.TdClassName
{
border-color: #7A8A03;
}
.TagClassName
{
border-color: #7A8A03;
}
</style>