Shades of Olive #7A8402
Tints of Olive #7A8402
RGB
CMYK
RGB Variations
Color information
#7A8402 (or 0x7A8402) is known color: Olive. HEX triplet: 7A, 84 and 02. RGB value is (122,132,2). Sum of RGB (Red+Green+Blue) = 122+132+2=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8402 is #857BFD. Grayscale: #727272. Windows color (decimal): -8748030 or 164986. OLE color: 164986.
HSL color Cylindrical-coordinate representation of color #7A8402: hue angle of 64.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A8402 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 132 | 2 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.48 |
| HSL | 64.62º | 0.97% | 0.26% | - |
| HSV(B) | 64.62º | 0.98% | 0.52% | - |
| XYZ | 16.29 | 20.64 | 3.18 | - |
| YUV | 114.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 2 | 0.08 | 0 | 0.98 | 0.48 | 64.62 | 0.97 | 0.26 |
| Hex | 7A | 84 | 2 | 8 | 0 | 62 | 30 | 41 | 61 | 1A |
| Octal | 172 | 204 | 2 | 10 | 0 | 142 | 60 | 101 | 141 | 32 |
| Binary | 1111010 | 10000100 | 10 | 1000 | 0 | 1100010 | 110000 | 1000001 | 1100001 | 11010 |
Color Harmonies of #7A8402
Complementary color
Monochromatic Colors of #7A8402
Black with #7A8402
Text Example
Text Example
White with #7A8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8402; }
p { color: rgb(122,132,2); }
H1.HeaderClassName
{
color: #7A8402;
}
.AnyTagClassName
{
color: #7A8402;
}
</style>
background-color css
<style>
a { background-color: #7A8402; }
a { background-color: rgb(122,132,2); }
div.DivClassName
{
background-color: #7A8402;
}
.BgClassName
{
background-color: #7A8402;
}
</style>
border-color css
<style>
span { border-color: #7A8402; }
span { border-color: rgb(122,132,2); }
td.TdClassName
{
border-color: #7A8402;
}
.TagClassName
{
border-color: #7A8402;
}
</style>