Shades of Olivetone #736C28
Tints of Olivetone #736C28
RGB
CMYK
RGB Variations
Color information
#736C28 (or 0x736C28) is known color: Olivetone. HEX triplet: 73, 6C and 28. RGB value is (115,108,40). Sum of RGB (Red+Green+Blue) = 115+108+40=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #736C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C28 is #8C93D7. Grayscale: #666666. Windows color (decimal): -9212888 or 2649203. OLE color: 2649203.
HSL color Cylindrical-coordinate representation of color #736C28: hue angle of 54.4º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #736C28 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 40 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.55 |
| HSL | 54.4º | 0.48% | 0.3% | - |
| HSV(B) | 54.4º | 0.65% | 0.45% | - |
| XYZ | 12.82 | 14.52 | 4.14 | - |
| YUV | 102.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 40 | 0 | 0.06 | 0.65 | 0.55 | 54.4 | 0.48 | 0.3 |
| Hex | 73 | 6C | 28 | 0 | 6 | 41 | 37 | 36 | 30 | 1E |
| Octal | 163 | 154 | 50 | 0 | 6 | 101 | 67 | 66 | 60 | 36 |
| Binary | 1110011 | 1101100 | 101000 | 0 | 110 | 1000001 | 110111 | 110110 | 110000 | 11110 |
Color Harmonies of #736C28
Complementary color
Monochromatic Colors of #736C28
Black with #736C28
Text Example
Text Example
White with #736C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C28; }
p { color: rgb(115,108,40); }
H1.HeaderClassName
{
color: #736C28;
}
.AnyTagClassName
{
color: #736C28;
}
</style>
background-color css
<style>
a { background-color: #736C28; }
a { background-color: rgb(115,108,40); }
div.DivClassName
{
background-color: #736C28;
}
.BgClassName
{
background-color: #736C28;
}
</style>
border-color css
<style>
span { border-color: #736C28; }
span { border-color: rgb(115,108,40); }
td.TdClassName
{
border-color: #736C28;
}
.TagClassName
{
border-color: #736C28;
}
</style>