Shades of Olive #7A730A
Tints of Olive #7A730A
RGB
CMYK
RGB Variations
Color information
#7A730A (or 0x7A730A) is known color: Olive. HEX triplet: 7A, 73 and 0A. RGB value is (122,115,10). Sum of RGB (Red+Green+Blue) = 122+115+10=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A730A is #858CF5. Grayscale: #696969. Windows color (decimal): -8752374 or 684922. OLE color: 684922.
HSL color Cylindrical-coordinate representation of color #7A730A: hue angle of 56.25º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A730A is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 10 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.52 |
| HSL | 56.25º | 0.85% | 0.26% | - |
| HSV(B) | 56.25º | 0.92% | 0.48% | - |
| XYZ | 14.21 | 16.42 | 2.71 | - |
| YUV | 105.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 10 | 0 | 0.06 | 0.92 | 0.52 | 56.25 | 0.85 | 0.26 |
| Hex | 7A | 73 | A | 0 | 6 | 5C | 34 | 38 | 55 | 1A |
| Octal | 172 | 163 | 12 | 0 | 6 | 134 | 64 | 70 | 125 | 32 |
| Binary | 1111010 | 1110011 | 1010 | 0 | 110 | 1011100 | 110100 | 111000 | 1010101 | 11010 |
Color Harmonies of #7A730A
Complementary color
Monochromatic Colors of #7A730A
Black with #7A730A
Text Example
Text Example
White with #7A730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A730A; }
p { color: rgb(122,115,10); }
H1.HeaderClassName
{
color: #7A730A;
}
.AnyTagClassName
{
color: #7A730A;
}
</style>
background-color css
<style>
a { background-color: #7A730A; }
a { background-color: rgb(122,115,10); }
div.DivClassName
{
background-color: #7A730A;
}
.BgClassName
{
background-color: #7A730A;
}
</style>
border-color css
<style>
span { border-color: #7A730A; }
span { border-color: rgb(122,115,10); }
td.TdClassName
{
border-color: #7A730A;
}
.TagClassName
{
border-color: #7A730A;
}
</style>