Shades of Olive #7A700B
Tints of Olive #7A700B
RGB
CMYK
RGB Variations
Color information
#7A700B (or 0x7A700B) is known color: Olive. HEX triplet: 7A, 70 and 0B. RGB value is (122,112,11). Sum of RGB (Red+Green+Blue) = 122+112+11=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A700B is #858FF4. Grayscale: #676767. Windows color (decimal): -8753141 or 749690. OLE color: 749690.
HSL color Cylindrical-coordinate representation of color #7A700B: hue angle of 54.59º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A700B is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 11 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.52 |
| HSL | 54.59º | 0.83% | 0.26% | - |
| HSV(B) | 54.59º | 0.91% | 0.48% | - |
| XYZ | 13.88 | 15.75 | 2.63 | - |
| YUV | 103.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 11 | 0 | 0.08 | 0.91 | 0.52 | 54.59 | 0.83 | 0.26 |
| Hex | 7A | 70 | B | 0 | 8 | 5B | 34 | 37 | 53 | 1A |
| Octal | 172 | 160 | 13 | 0 | 10 | 133 | 64 | 67 | 123 | 32 |
| Binary | 1111010 | 1110000 | 1011 | 0 | 1000 | 1011011 | 110100 | 110111 | 1010011 | 11010 |
Color Harmonies of #7A700B
Complementary color
Monochromatic Colors of #7A700B
Black with #7A700B
Text Example
Text Example
White with #7A700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A700B; }
p { color: rgb(122,112,11); }
H1.HeaderClassName
{
color: #7A700B;
}
.AnyTagClassName
{
color: #7A700B;
}
</style>
background-color css
<style>
a { background-color: #7A700B; }
a { background-color: rgb(122,112,11); }
div.DivClassName
{
background-color: #7A700B;
}
.BgClassName
{
background-color: #7A700B;
}
</style>
border-color css
<style>
span { border-color: #7A700B; }
span { border-color: rgb(122,112,11); }
td.TdClassName
{
border-color: #7A700B;
}
.TagClassName
{
border-color: #7A700B;
}
</style>