Shades of Olivetone #73732A
Tints of Olivetone #73732A
RGB
CMYK
RGB Variations
Color information
#73732A (or 0x73732A) is known color: Olivetone. HEX triplet: 73, 73 and 2A. RGB value is (115,115,42). Sum of RGB (Red+Green+Blue) = 115+115+42=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73732A is #8C8CD5. Grayscale: #6A6A6A. Windows color (decimal): -9211094 or 2782067. OLE color: 2782067.
HSL color Cylindrical-coordinate representation of color #73732A: hue angle of 60º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73732A is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 115 | 42 | - |
| CMYK | 0 | 0 | 0.63 | 0.55 |
| HSL | 60º | 0.46% | 0.31% | - |
| HSV(B) | 60º | 0.63% | 0.45% | - |
| XYZ | 13.62 | 16.07 | 4.58 | - |
| YUV | 106.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 42 | 0 | 0 | 0.63 | 0.55 | 60 | 0.46 | 0.31 |
| Hex | 73 | 73 | 2A | 0 | 0 | 3F | 37 | 3C | 2E | 1F |
| Octal | 163 | 163 | 52 | 0 | 0 | 77 | 67 | 74 | 56 | 37 |
| Binary | 1110011 | 1110011 | 101010 | 0 | 0 | 111111 | 110111 | 111100 | 101110 | 11111 |
Color Harmonies of #73732A
Complementary color
Monochromatic Colors of #73732A
Black with #73732A
Text Example
Text Example
White with #73732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73732A; }
p { color: rgb(115,115,42); }
H1.HeaderClassName
{
color: #73732A;
}
.AnyTagClassName
{
color: #73732A;
}
</style>
background-color css
<style>
a { background-color: #73732A; }
a { background-color: rgb(115,115,42); }
div.DivClassName
{
background-color: #73732A;
}
.BgClassName
{
background-color: #73732A;
}
</style>
border-color css
<style>
span { border-color: #73732A; }
span { border-color: rgb(115,115,42); }
td.TdClassName
{
border-color: #73732A;
}
.TagClassName
{
border-color: #73732A;
}
</style>