Shades of Olivetone #736C1E
Tints of Olivetone #736C1E
RGB
CMYK
RGB Variations
Color information
#736C1E (or 0x736C1E) is known color: Olivetone. HEX triplet: 73, 6C and 1E. RGB value is (115,108,30). Sum of RGB (Red+Green+Blue) = 115+108+30=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #736C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C1E is #8C93E1. Grayscale: #656565. Windows color (decimal): -9212898 or 1993843. OLE color: 1993843.
HSL color Cylindrical-coordinate representation of color #736C1E: hue angle of 55.06º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #736C1E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 30 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.55 |
| HSL | 55.06º | 0.59% | 0.28% | - |
| HSV(B) | 55.06º | 0.74% | 0.45% | - |
| XYZ | 12.67 | 14.46 | 3.35 | - |
| YUV | 101.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 30 | 0 | 0.06 | 0.74 | 0.55 | 55.06 | 0.59 | 0.28 |
| Hex | 73 | 6C | 1E | 0 | 6 | 4A | 37 | 37 | 3B | 1C |
| Octal | 163 | 154 | 36 | 0 | 6 | 112 | 67 | 67 | 73 | 34 |
| Binary | 1110011 | 1101100 | 11110 | 0 | 110 | 1001010 | 110111 | 110111 | 111011 | 11100 |
Color Harmonies of #736C1E
Complementary color
Monochromatic Colors of #736C1E
Black with #736C1E
Text Example
Text Example
White with #736C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C1E; }
p { color: rgb(115,108,30); }
H1.HeaderClassName
{
color: #736C1E;
}
.AnyTagClassName
{
color: #736C1E;
}
</style>
background-color css
<style>
a { background-color: #736C1E; }
a { background-color: rgb(115,108,30); }
div.DivClassName
{
background-color: #736C1E;
}
.BgClassName
{
background-color: #736C1E;
}
</style>
border-color css
<style>
span { border-color: #736C1E; }
span { border-color: rgb(115,108,30); }
td.TdClassName
{
border-color: #736C1E;
}
.TagClassName
{
border-color: #736C1E;
}
</style>