Shades of Olive #7A6803
Tints of Olive #7A6803
RGB
CMYK
RGB Variations
Color information
#7A6803 (or 0x7A6803) is known color: Olive. HEX triplet: 7A, 68 and 03. RGB value is (122,104,3). Sum of RGB (Red+Green+Blue) = 122+104+3=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6803 is #8597FC. Grayscale: #626262. Windows color (decimal): -8755197 or 223354. OLE color: 223354.
HSL color Cylindrical-coordinate representation of color #7A6803: hue angle of 50.92º 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 #7A6803 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.52 |
| HSL | 50.92º | 0.95% | 0.25% | - |
| HSV(B) | 50.92º | 0.98% | 0.48% | - |
| XYZ | 12.99 | 14.04 | 2.11 | - |
| YUV | 97.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 3 | 0 | 0.15 | 0.98 | 0.52 | 50.92 | 0.95 | 0.25 |
| Hex | 7A | 68 | 3 | 0 | F | 62 | 34 | 33 | 5F | 19 |
| Octal | 172 | 150 | 3 | 0 | 17 | 142 | 64 | 63 | 137 | 31 |
| Binary | 1111010 | 1101000 | 11 | 0 | 1111 | 1100010 | 110100 | 110011 | 1011111 | 11001 |
Color Harmonies of #7A6803
Complementary color
Monochromatic Colors of #7A6803
Black with #7A6803
Text Example
Text Example
White with #7A6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6803; }
p { color: rgb(122,104,3); }
H1.HeaderClassName
{
color: #7A6803;
}
.AnyTagClassName
{
color: #7A6803;
}
</style>
background-color css
<style>
a { background-color: #7A6803; }
a { background-color: rgb(122,104,3); }
div.DivClassName
{
background-color: #7A6803;
}
.BgClassName
{
background-color: #7A6803;
}
</style>
border-color css
<style>
span { border-color: #7A6803; }
span { border-color: rgb(122,104,3); }
td.TdClassName
{
border-color: #7A6803;
}
.TagClassName
{
border-color: #7A6803;
}
</style>