Shades of Olive #737A0A
Tints of Olive #737A0A
RGB
CMYK
RGB Variations
Color information
#737A0A (or 0x737A0A) is known color: Olive. HEX triplet: 73, 7A and 0A. RGB value is (115,122,10). Sum of RGB (Red+Green+Blue) = 115+122+10=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #737A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737A0A is #8C85F5. Grayscale: #6B6B6B. Windows color (decimal): -9209334 or 686707. OLE color: 686707.
HSL color Cylindrical-coordinate representation of color #737A0A: hue angle of 63.75º 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 #737A0A is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 10 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.52 |
| HSL | 63.75º | 0.85% | 0.26% | - |
| HSV(B) | 63.75º | 0.92% | 0.48% | - |
| XYZ | 14.08 | 17.59 | 2.94 | - |
| YUV | 107.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 10 | 0.06 | 0 | 0.92 | 0.52 | 63.75 | 0.85 | 0.26 |
| Hex | 73 | 7A | A | 6 | 0 | 5C | 34 | 40 | 55 | 1A |
| Octal | 163 | 172 | 12 | 6 | 0 | 134 | 64 | 100 | 125 | 32 |
| Binary | 1110011 | 1111010 | 1010 | 110 | 0 | 1011100 | 110100 | 1000000 | 1010101 | 11010 |
Color Harmonies of #737A0A
Complementary color
Monochromatic Colors of #737A0A
Black with #737A0A
Text Example
Text Example
White with #737A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A0A; }
p { color: rgb(115,122,10); }
H1.HeaderClassName
{
color: #737A0A;
}
.AnyTagClassName
{
color: #737A0A;
}
</style>
background-color css
<style>
a { background-color: #737A0A; }
a { background-color: rgb(115,122,10); }
div.DivClassName
{
background-color: #737A0A;
}
.BgClassName
{
background-color: #737A0A;
}
</style>
border-color css
<style>
span { border-color: #737A0A; }
span { border-color: rgb(115,122,10); }
td.TdClassName
{
border-color: #737A0A;
}
.TagClassName
{
border-color: #737A0A;
}
</style>