Shades of Olive #7A7502
Tints of Olive #7A7502
RGB
CMYK
RGB Variations
Color information
#7A7502 (or 0x7A7502) is known color: Olive. HEX triplet: 7A, 75 and 02. RGB value is (122,117,2). Sum of RGB (Red+Green+Blue) = 122+117+2=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7502 is #858AFD. Grayscale: #696969. Windows color (decimal): -8751870 or 161146. OLE color: 161146.
HSL color Cylindrical-coordinate representation of color #7A7502: hue angle of 57.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A7502 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 2 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.52 |
| HSL | 57.5º | 0.97% | 0.24% | - |
| HSV(B) | 57.5º | 0.98% | 0.48% | - |
| XYZ | 14.4 | 16.86 | 2.55 | - |
| YUV | 105.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 2 | 0 | 0.04 | 0.98 | 0.52 | 57.5 | 0.97 | 0.24 |
| Hex | 7A | 75 | 2 | 0 | 4 | 62 | 34 | 3A | 61 | 18 |
| Octal | 172 | 165 | 2 | 0 | 4 | 142 | 64 | 72 | 141 | 30 |
| Binary | 1111010 | 1110101 | 10 | 0 | 100 | 1100010 | 110100 | 111010 | 1100001 | 11000 |
Color Harmonies of #7A7502
Complementary color
Monochromatic Colors of #7A7502
Black with #7A7502
Text Example
Text Example
White with #7A7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7502; }
p { color: rgb(122,117,2); }
H1.HeaderClassName
{
color: #7A7502;
}
.AnyTagClassName
{
color: #7A7502;
}
</style>
background-color css
<style>
a { background-color: #7A7502; }
a { background-color: rgb(122,117,2); }
div.DivClassName
{
background-color: #7A7502;
}
.BgClassName
{
background-color: #7A7502;
}
</style>
border-color css
<style>
span { border-color: #7A7502; }
span { border-color: rgb(122,117,2); }
td.TdClassName
{
border-color: #7A7502;
}
.TagClassName
{
border-color: #7A7502;
}
</style>