Shades of Olive #7B700A
Tints of Olive #7B700A
RGB
CMYK
RGB Variations
Color information
#7B700A (or 0x7B700A) is known color: Olive. HEX triplet: 7B, 70 and 0A. RGB value is (123,112,10). Sum of RGB (Red+Green+Blue) = 123+112+10=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B700A is #848FF5. Grayscale: #686868. Windows color (decimal): -8687606 or 684155. OLE color: 684155.
HSL color Cylindrical-coordinate representation of color #7B700A: hue angle of 54.16º 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 #7B700A is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 10 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.52 |
| HSL | 54.16º | 0.85% | 0.26% | - |
| HSV(B) | 54.16º | 0.92% | 0.48% | - |
| XYZ | 14.02 | 15.82 | 2.6 | - |
| YUV | 103.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 10 | 0 | 0.09 | 0.92 | 0.52 | 54.16 | 0.85 | 0.26 |
| Hex | 7B | 70 | A | 0 | 9 | 5C | 34 | 36 | 55 | 1A |
| Octal | 173 | 160 | 12 | 0 | 11 | 134 | 64 | 66 | 125 | 32 |
| Binary | 1111011 | 1110000 | 1010 | 0 | 1001 | 1011100 | 110100 | 110110 | 1010101 | 11010 |
Color Harmonies of #7B700A
Complementary color
Monochromatic Colors of #7B700A
Black with #7B700A
Text Example
Text Example
White with #7B700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B700A; }
p { color: rgb(123,112,10); }
H1.HeaderClassName
{
color: #7B700A;
}
.AnyTagClassName
{
color: #7B700A;
}
</style>
background-color css
<style>
a { background-color: #7B700A; }
a { background-color: rgb(123,112,10); }
div.DivClassName
{
background-color: #7B700A;
}
.BgClassName
{
background-color: #7B700A;
}
</style>
border-color css
<style>
span { border-color: #7B700A; }
span { border-color: rgb(123,112,10); }
td.TdClassName
{
border-color: #7B700A;
}
.TagClassName
{
border-color: #7B700A;
}
</style>