Shades of Olive #7A7303
Tints of Olive #7A7303
RGB
CMYK
RGB Variations
Color information
#7A7303 (or 0x7A7303) is known color: Olive. HEX triplet: 7A, 73 and 03. RGB value is (122,115,3). Sum of RGB (Red+Green+Blue) = 122+115+3=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7303 is #858CFC. Grayscale: #686868. Windows color (decimal): -8752381 or 226170. OLE color: 226170.
HSL color Cylindrical-coordinate representation of color #7A7303: hue angle of 56.47º 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 #7A7303 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.52 |
| HSL | 56.47º | 0.95% | 0.25% | - |
| HSV(B) | 56.47º | 0.98% | 0.48% | - |
| XYZ | 14.17 | 16.41 | 2.51 | - |
| YUV | 104.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 3 | 0 | 0.06 | 0.98 | 0.52 | 56.47 | 0.95 | 0.25 |
| Hex | 7A | 73 | 3 | 0 | 6 | 62 | 34 | 38 | 5F | 19 |
| Octal | 172 | 163 | 3 | 0 | 6 | 142 | 64 | 70 | 137 | 31 |
| Binary | 1111010 | 1110011 | 11 | 0 | 110 | 1100010 | 110100 | 111000 | 1011111 | 11001 |
Color Harmonies of #7A7303
Complementary color
Monochromatic Colors of #7A7303
Black with #7A7303
Text Example
Text Example
White with #7A7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7303; }
p { color: rgb(122,115,3); }
H1.HeaderClassName
{
color: #7A7303;
}
.AnyTagClassName
{
color: #7A7303;
}
</style>
background-color css
<style>
a { background-color: #7A7303; }
a { background-color: rgb(122,115,3); }
div.DivClassName
{
background-color: #7A7303;
}
.BgClassName
{
background-color: #7A7303;
}
</style>
border-color css
<style>
span { border-color: #7A7303; }
span { border-color: rgb(122,115,3); }
td.TdClassName
{
border-color: #7A7303;
}
.TagClassName
{
border-color: #7A7303;
}
</style>