Shades of Olive #7A6F03
Tints of Olive #7A6F03
RGB
CMYK
RGB Variations
Color information
#7A6F03 (or 0x7A6F03) is known color: Olive. HEX triplet: 7A, 6F and 03. RGB value is (122,111,3). Sum of RGB (Red+Green+Blue) = 122+111+3=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6F03 is #8590FC. Grayscale: #666666. Windows color (decimal): -8753405 or 225146. OLE color: 225146.
HSL color Cylindrical-coordinate representation of color #7A6F03: hue angle of 54.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A6F03 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.52 |
| HSL | 54.45º | 0.95% | 0.25% | - |
| HSV(B) | 54.45º | 0.98% | 0.48% | - |
| XYZ | 13.73 | 15.51 | 2.36 | - |
| YUV | 101.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 3 | 0 | 0.09 | 0.98 | 0.52 | 54.45 | 0.95 | 0.25 |
| Hex | 7A | 6F | 3 | 0 | 9 | 62 | 34 | 36 | 5F | 19 |
| Octal | 172 | 157 | 3 | 0 | 11 | 142 | 64 | 66 | 137 | 31 |
| Binary | 1111010 | 1101111 | 11 | 0 | 1001 | 1100010 | 110100 | 110110 | 1011111 | 11001 |
Color Harmonies of #7A6F03
Complementary color
Monochromatic Colors of #7A6F03
Black with #7A6F03
Text Example
Text Example
White with #7A6F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F03; }
p { color: rgb(122,111,3); }
H1.HeaderClassName
{
color: #7A6F03;
}
.AnyTagClassName
{
color: #7A6F03;
}
</style>
background-color css
<style>
a { background-color: #7A6F03; }
a { background-color: rgb(122,111,3); }
div.DivClassName
{
background-color: #7A6F03;
}
.BgClassName
{
background-color: #7A6F03;
}
</style>
border-color css
<style>
span { border-color: #7A6F03; }
span { border-color: rgb(122,111,3); }
td.TdClassName
{
border-color: #7A6F03;
}
.TagClassName
{
border-color: #7A6F03;
}
</style>