Shades of Olivetone #736C25
Tints of Olivetone #736C25
RGB
CMYK
RGB Variations
Color information
#736C25 (or 0x736C25) is known color: Olivetone. HEX triplet: 73, 6C and 25. RGB value is (115,108,37). Sum of RGB (Red+Green+Blue) = 115+108+37=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #736C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C25 is #8C93DA. Grayscale: #666666. Windows color (decimal): -9212891 or 2452595. OLE color: 2452595.
HSL color Cylindrical-coordinate representation of color #736C25: hue angle of 54.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #736C25 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 37 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.55 |
| HSL | 54.62º | 0.51% | 0.3% | - |
| HSV(B) | 54.62º | 0.68% | 0.45% | - |
| XYZ | 12.77 | 14.5 | 3.88 | - |
| YUV | 102 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 37 | 0 | 0.06 | 0.68 | 0.55 | 54.62 | 0.51 | 0.3 |
| Hex | 73 | 6C | 25 | 0 | 6 | 44 | 37 | 37 | 33 | 1E |
| Octal | 163 | 154 | 45 | 0 | 6 | 104 | 67 | 67 | 63 | 36 |
| Binary | 1110011 | 1101100 | 100101 | 0 | 110 | 1000100 | 110111 | 110111 | 110011 | 11110 |
Color Harmonies of #736C25
Complementary color
Monochromatic Colors of #736C25
Black with #736C25
Text Example
Text Example
White with #736C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C25; }
p { color: rgb(115,108,37); }
H1.HeaderClassName
{
color: #736C25;
}
.AnyTagClassName
{
color: #736C25;
}
</style>
background-color css
<style>
a { background-color: #736C25; }
a { background-color: rgb(115,108,37); }
div.DivClassName
{
background-color: #736C25;
}
.BgClassName
{
background-color: #736C25;
}
</style>
border-color css
<style>
span { border-color: #736C25; }
span { border-color: rgb(115,108,37); }
td.TdClassName
{
border-color: #736C25;
}
.TagClassName
{
border-color: #736C25;
}
</style>