Shades of Olive #7A8A08
Tints of Olive #7A8A08
RGB
CMYK
RGB Variations
Color information
#7A8A08 (or 0x7A8A08) is known color: Olive. HEX triplet: 7A, 8A and 08. RGB value is (122,138,8). Sum of RGB (Red+Green+Blue) = 122+138+8=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8A08 is #8575F7. Grayscale: #767676. Windows color (decimal): -8746488 or 559738. OLE color: 559738.
HSL color Cylindrical-coordinate representation of color #7A8A08: hue angle of 67.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A8A08 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 8 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.46 |
| HSL | 67.38º | 0.89% | 0.29% | - |
| HSV(B) | 67.38º | 0.94% | 0.54% | - |
| XYZ | 17.16 | 22.33 | 3.64 | - |
| YUV | 118.4 | 65.7 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 8 | 0.12 | 0 | 0.94 | 0.46 | 67.38 | 0.89 | 0.29 |
| Hex | 7A | 8A | 8 | C | 0 | 5E | 2E | 43 | 59 | 1D |
| Octal | 172 | 212 | 10 | 14 | 0 | 136 | 56 | 103 | 131 | 35 |
| Binary | 1111010 | 10001010 | 1000 | 1100 | 0 | 1011110 | 101110 | 1000011 | 1011001 | 11101 |
Color Harmonies of #7A8A08
Complementary color
Monochromatic Colors of #7A8A08
Black with #7A8A08
Text Example
Text Example
White with #7A8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A08; }
p { color: rgb(122,138,8); }
H1.HeaderClassName
{
color: #7A8A08;
}
.AnyTagClassName
{
color: #7A8A08;
}
</style>
background-color css
<style>
a { background-color: #7A8A08; }
a { background-color: rgb(122,138,8); }
div.DivClassName
{
background-color: #7A8A08;
}
.BgClassName
{
background-color: #7A8A08;
}
</style>
border-color css
<style>
span { border-color: #7A8A08; }
span { border-color: rgb(122,138,8); }
td.TdClassName
{
border-color: #7A8A08;
}
.TagClassName
{
border-color: #7A8A08;
}
</style>