Shades of Olivetone #73661B
Tints of Olivetone #73661B
RGB
CMYK
RGB Variations
Color information
#73661B (or 0x73661B) is known color: Olivetone. HEX triplet: 73, 66 and 1B. RGB value is (115,102,27). Sum of RGB (Red+Green+Blue) = 115+102+27=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73661B is #8C99E4. Grayscale: #616161. Windows color (decimal): -9214437 or 1795699. OLE color: 1795699.
HSL color Cylindrical-coordinate representation of color #73661B: hue angle of 51.14º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73661B is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 27 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.55 |
| HSL | 51.14º | 0.62% | 0.28% | - |
| HSV(B) | 51.14º | 0.77% | 0.45% | - |
| XYZ | 12.02 | 13.23 | 2.96 | - |
| YUV | 97.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 27 | 0 | 0.11 | 0.77 | 0.55 | 51.14 | 0.62 | 0.28 |
| Hex | 73 | 66 | 1B | 0 | B | 4D | 37 | 33 | 3E | 1C |
| Octal | 163 | 146 | 33 | 0 | 13 | 115 | 67 | 63 | 76 | 34 |
| Binary | 1110011 | 1100110 | 11011 | 0 | 1011 | 1001101 | 110111 | 110011 | 111110 | 11100 |
Color Harmonies of #73661B
Complementary color
Monochromatic Colors of #73661B
Black with #73661B
Text Example
Text Example
White with #73661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73661B; }
p { color: rgb(115,102,27); }
H1.HeaderClassName
{
color: #73661B;
}
.AnyTagClassName
{
color: #73661B;
}
</style>
background-color css
<style>
a { background-color: #73661B; }
a { background-color: rgb(115,102,27); }
div.DivClassName
{
background-color: #73661B;
}
.BgClassName
{
background-color: #73661B;
}
</style>
border-color css
<style>
span { border-color: #73661B; }
span { border-color: rgb(115,102,27); }
td.TdClassName
{
border-color: #73661B;
}
.TagClassName
{
border-color: #73661B;
}
</style>