Shades of Olive #736A07
Tints of Olive #736A07
RGB
CMYK
RGB Variations
Color information
#736A07 (or 0x736A07) is known color: Olive. HEX triplet: 73, 6A and 07. RGB value is (115,106,7). Sum of RGB (Red+Green+Blue) = 115+106+7=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #736A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A07 is #8C95F8. Grayscale: #616161. Windows color (decimal): -9213433 or 486003. OLE color: 486003.
HSL color Cylindrical-coordinate representation of color #736A07: hue angle of 55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #736A07 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 7 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.55 |
| HSL | 55º | 0.89% | 0.24% | - |
| HSV(B) | 55º | 0.94% | 0.45% | - |
| XYZ | 12.26 | 13.97 | 2.25 | - |
| YUV | 97.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 7 | 0 | 0.08 | 0.94 | 0.55 | 55 | 0.89 | 0.24 |
| Hex | 73 | 6A | 7 | 0 | 8 | 5E | 37 | 37 | 59 | 18 |
| Octal | 163 | 152 | 7 | 0 | 10 | 136 | 67 | 67 | 131 | 30 |
| Binary | 1110011 | 1101010 | 111 | 0 | 1000 | 1011110 | 110111 | 110111 | 1011001 | 11000 |
Color Harmonies of #736A07
Complementary color
Monochromatic Colors of #736A07
Black with #736A07
Text Example
Text Example
White with #736A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A07; }
p { color: rgb(115,106,7); }
H1.HeaderClassName
{
color: #736A07;
}
.AnyTagClassName
{
color: #736A07;
}
</style>
background-color css
<style>
a { background-color: #736A07; }
a { background-color: rgb(115,106,7); }
div.DivClassName
{
background-color: #736A07;
}
.BgClassName
{
background-color: #736A07;
}
</style>
border-color css
<style>
span { border-color: #736A07; }
span { border-color: rgb(115,106,7); }
td.TdClassName
{
border-color: #736A07;
}
.TagClassName
{
border-color: #736A07;
}
</style>