Shades of Olivetone #76741E
Tints of Olivetone #76741E
RGB
CMYK
RGB Variations
Color information
#76741E (or 0x76741E) is known color: Olivetone. HEX triplet: 76, 74 and 1E. RGB value is (118,116,30). Sum of RGB (Red+Green+Blue) = 118+116+30=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76741E is #898BE1. Grayscale: #6B6B6B. Windows color (decimal): -9014242 or 1995894. OLE color: 1995894.
HSL color Cylindrical-coordinate representation of color #76741E: hue angle of 58.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76741E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 30 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.54 |
| HSL | 58.64º | 0.59% | 0.29% | - |
| HSV(B) | 58.64º | 0.75% | 0.46% | - |
| XYZ | 13.95 | 16.44 | 3.67 | - |
| YUV | 106.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 30 | 0 | 0.02 | 0.75 | 0.54 | 58.64 | 0.59 | 0.29 |
| Hex | 76 | 74 | 1E | 0 | 2 | 4B | 36 | 3B | 3B | 1D |
| Octal | 166 | 164 | 36 | 0 | 2 | 113 | 66 | 73 | 73 | 35 |
| Binary | 1110110 | 1110100 | 11110 | 0 | 10 | 1001011 | 110110 | 111011 | 111011 | 11101 |
Color Harmonies of #76741E
Complementary color
Monochromatic Colors of #76741E
Black with #76741E
Text Example
Text Example
White with #76741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76741E; }
p { color: rgb(118,116,30); }
H1.HeaderClassName
{
color: #76741E;
}
.AnyTagClassName
{
color: #76741E;
}
</style>
background-color css
<style>
a { background-color: #76741E; }
a { background-color: rgb(118,116,30); }
div.DivClassName
{
background-color: #76741E;
}
.BgClassName
{
background-color: #76741E;
}
</style>
border-color css
<style>
span { border-color: #76741E; }
span { border-color: rgb(118,116,30); }
td.TdClassName
{
border-color: #76741E;
}
.TagClassName
{
border-color: #76741E;
}
</style>