Shades of Olive #7A7405
Tints of Olive #7A7405
RGB
CMYK
RGB Variations
Color information
#7A7405 (or 0x7A7405) is known color: Olive. HEX triplet: 7A, 74 and 05. RGB value is (122,116,5). Sum of RGB (Red+Green+Blue) = 122+116+5=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7405 is #858BFA. Grayscale: #696969. Windows color (decimal): -8752123 or 357498. OLE color: 357498.
HSL color Cylindrical-coordinate representation of color #7A7405: hue angle of 56.92º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A7405 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 5 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.52 |
| HSL | 56.92º | 0.92% | 0.25% | - |
| HSV(B) | 56.92º | 0.96% | 0.48% | - |
| XYZ | 14.3 | 16.64 | 2.6 | - |
| YUV | 105.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 5 | 0 | 0.05 | 0.96 | 0.52 | 56.92 | 0.92 | 0.25 |
| Hex | 7A | 74 | 5 | 0 | 5 | 60 | 34 | 39 | 5C | 19 |
| Octal | 172 | 164 | 5 | 0 | 5 | 140 | 64 | 71 | 134 | 31 |
| Binary | 1111010 | 1110100 | 101 | 0 | 101 | 1100000 | 110100 | 111001 | 1011100 | 11001 |
Color Harmonies of #7A7405
Complementary color
Monochromatic Colors of #7A7405
Black with #7A7405
Text Example
Text Example
White with #7A7405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7405; }
p { color: rgb(122,116,5); }
H1.HeaderClassName
{
color: #7A7405;
}
.AnyTagClassName
{
color: #7A7405;
}
</style>
background-color css
<style>
a { background-color: #7A7405; }
a { background-color: rgb(122,116,5); }
div.DivClassName
{
background-color: #7A7405;
}
.BgClassName
{
background-color: #7A7405;
}
</style>
border-color css
<style>
span { border-color: #7A7405; }
span { border-color: rgb(122,116,5); }
td.TdClassName
{
border-color: #7A7405;
}
.TagClassName
{
border-color: #7A7405;
}
</style>