Shades of Olivetone #747226
Tints of Olivetone #747226
RGB
CMYK
RGB Variations
Color information
#747226 (or 0x747226) is known color: Olivetone. HEX triplet: 74, 72 and 26. RGB value is (116,114,38). Sum of RGB (Red+Green+Blue) = 116+114+38=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #747226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747226 is #8B8DD9. Grayscale: #6A6A6A. Windows color (decimal): -9145818 or 2519668. OLE color: 2519668.
HSL color Cylindrical-coordinate representation of color #747226: hue angle of 58.46º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #747226 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 38 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.55 |
| HSL | 58.46º | 0.51% | 0.3% | - |
| HSV(B) | 58.46º | 0.67% | 0.45% | - |
| XYZ | 13.57 | 15.89 | 4.19 | - |
| YUV | 105.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 38 | 0 | 0.02 | 0.67 | 0.55 | 58.46 | 0.51 | 0.3 |
| Hex | 74 | 72 | 26 | 0 | 2 | 43 | 37 | 3A | 33 | 1E |
| Octal | 164 | 162 | 46 | 0 | 2 | 103 | 67 | 72 | 63 | 36 |
| Binary | 1110100 | 1110010 | 100110 | 0 | 10 | 1000011 | 110111 | 111010 | 110011 | 11110 |
Color Harmonies of #747226
Complementary color
Monochromatic Colors of #747226
Black with #747226
Text Example
Text Example
White with #747226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747226; }
p { color: rgb(116,114,38); }
H1.HeaderClassName
{
color: #747226;
}
.AnyTagClassName
{
color: #747226;
}
</style>
background-color css
<style>
a { background-color: #747226; }
a { background-color: rgb(116,114,38); }
div.DivClassName
{
background-color: #747226;
}
.BgClassName
{
background-color: #747226;
}
</style>
border-color css
<style>
span { border-color: #747226; }
span { border-color: rgb(116,114,38); }
td.TdClassName
{
border-color: #747226;
}
.TagClassName
{
border-color: #747226;
}
</style>