Shades of Olivetone #73772D
Tints of Olivetone #73772D
RGB
CMYK
RGB Variations
Color information
#73772D (or 0x73772D) is known color: Olivetone. HEX triplet: 73, 77 and 2D. RGB value is (115,119,45). Sum of RGB (Red+Green+Blue) = 115+119+45=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #73772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73772D is #8C88D2. Grayscale: #6D6D6D. Windows color (decimal): -9210067 or 2979699. OLE color: 2979699.
HSL color Cylindrical-coordinate representation of color #73772D: hue angle of 63.24º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73772D is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 45 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.53 |
| HSL | 63.24º | 0.45% | 0.32% | - |
| HSV(B) | 63.24º | 0.62% | 0.47% | - |
| XYZ | 14.14 | 17.03 | 5.02 | - |
| YUV | 109.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 45 | 0.03 | 0 | 0.62 | 0.53 | 63.24 | 0.45 | 0.32 |
| Hex | 73 | 77 | 2D | 3 | 0 | 3E | 35 | 3F | 2D | 20 |
| Octal | 163 | 167 | 55 | 3 | 0 | 76 | 65 | 77 | 55 | 40 |
| Binary | 1110011 | 1110111 | 101101 | 11 | 0 | 111110 | 110101 | 111111 | 101101 | 100000 |
Color Harmonies of #73772D
Complementary color
Monochromatic Colors of #73772D
Black with #73772D
Text Example
Text Example
White with #73772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73772D; }
p { color: rgb(115,119,45); }
H1.HeaderClassName
{
color: #73772D;
}
.AnyTagClassName
{
color: #73772D;
}
</style>
background-color css
<style>
a { background-color: #73772D; }
a { background-color: rgb(115,119,45); }
div.DivClassName
{
background-color: #73772D;
}
.BgClassName
{
background-color: #73772D;
}
</style>
border-color css
<style>
span { border-color: #73772D; }
span { border-color: rgb(115,119,45); }
td.TdClassName
{
border-color: #73772D;
}
.TagClassName
{
border-color: #73772D;
}
</style>