Shades of Olive #736A06
Tints of Olive #736A06
RGB
CMYK
RGB Variations
Color information
#736A06 (or 0x736A06) is known color: Olive. HEX triplet: 73, 6A and 06. RGB value is (115,106,6). Sum of RGB (Red+Green+Blue) = 115+106+6=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #736A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A06 is #8C95F9. Grayscale: #616161. Windows color (decimal): -9213434 or 420467. OLE color: 420467.
HSL color Cylindrical-coordinate representation of color #736A06: hue angle of 55.05º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #736A06 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 6 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.55 |
| HSL | 55.05º | 0.9% | 0.24% | - |
| HSV(B) | 55.05º | 0.95% | 0.45% | - |
| XYZ | 12.26 | 13.97 | 2.22 | - |
| YUV | 97.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 6 | 0 | 0.08 | 0.95 | 0.55 | 55.05 | 0.9 | 0.24 |
| Hex | 73 | 6A | 6 | 0 | 8 | 5F | 37 | 37 | 5A | 18 |
| Octal | 163 | 152 | 6 | 0 | 10 | 137 | 67 | 67 | 132 | 30 |
| Binary | 1110011 | 1101010 | 110 | 0 | 1000 | 1011111 | 110111 | 110111 | 1011010 | 11000 |
Color Harmonies of #736A06
Complementary color
Monochromatic Colors of #736A06
Black with #736A06
Text Example
Text Example
White with #736A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A06; }
p { color: rgb(115,106,6); }
H1.HeaderClassName
{
color: #736A06;
}
.AnyTagClassName
{
color: #736A06;
}
</style>
background-color css
<style>
a { background-color: #736A06; }
a { background-color: rgb(115,106,6); }
div.DivClassName
{
background-color: #736A06;
}
.BgClassName
{
background-color: #736A06;
}
</style>
border-color css
<style>
span { border-color: #736A06; }
span { border-color: rgb(115,106,6); }
td.TdClassName
{
border-color: #736A06;
}
.TagClassName
{
border-color: #736A06;
}
</style>