Shades of Olive #7A7908
Tints of Olive #7A7908
RGB
CMYK
RGB Variations
Color information
#7A7908 (or 0x7A7908) is known color: Olive. HEX triplet: 7A, 79 and 08. RGB value is (122,121,8). Sum of RGB (Red+Green+Blue) = 122+121+8=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7908 is #8586F7. Grayscale: #6C6C6C. Windows color (decimal): -8750840 or 555386. OLE color: 555386.
HSL color Cylindrical-coordinate representation of color #7A7908: hue angle of 59.47º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A7908 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 8 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.52 |
| HSL | 59.47º | 0.88% | 0.25% | - |
| HSV(B) | 59.47º | 0.93% | 0.48% | - |
| XYZ | 14.91 | 17.83 | 2.89 | - |
| YUV | 108.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 8 | 0 | 0.01 | 0.93 | 0.52 | 59.47 | 0.88 | 0.25 |
| Hex | 7A | 79 | 8 | 0 | 1 | 5D | 34 | 3B | 58 | 19 |
| Octal | 172 | 171 | 10 | 0 | 1 | 135 | 64 | 73 | 130 | 31 |
| Binary | 1111010 | 1111001 | 1000 | 0 | 1 | 1011101 | 110100 | 111011 | 1011000 | 11001 |
Color Harmonies of #7A7908
Complementary color
Monochromatic Colors of #7A7908
Black with #7A7908
Text Example
Text Example
White with #7A7908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7908; }
p { color: rgb(122,121,8); }
H1.HeaderClassName
{
color: #7A7908;
}
.AnyTagClassName
{
color: #7A7908;
}
</style>
background-color css
<style>
a { background-color: #7A7908; }
a { background-color: rgb(122,121,8); }
div.DivClassName
{
background-color: #7A7908;
}
.BgClassName
{
background-color: #7A7908;
}
</style>
border-color css
<style>
span { border-color: #7A7908; }
span { border-color: rgb(122,121,8); }
td.TdClassName
{
border-color: #7A7908;
}
.TagClassName
{
border-color: #7A7908;
}
</style>