Shades of Olivetone #76721F
Tints of Olivetone #76721F
RGB
CMYK
RGB Variations
Color information
#76721F (or 0x76721F) is known color: Olivetone. HEX triplet: 76, 72 and 1F. RGB value is (118,114,31). Sum of RGB (Red+Green+Blue) = 118+114+31=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76721F is #898DE0. Grayscale: #6A6A6A. Windows color (decimal): -9014753 or 2060918. OLE color: 2060918.
HSL color Cylindrical-coordinate representation of color #76721F: hue angle of 57.24º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76721F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 31 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.54 |
| HSL | 57.24º | 0.58% | 0.29% | - |
| HSV(B) | 57.24º | 0.74% | 0.46% | - |
| XYZ | 13.74 | 15.99 | 3.66 | - |
| YUV | 105.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 31 | 0 | 0.03 | 0.74 | 0.54 | 57.24 | 0.58 | 0.29 |
| Hex | 76 | 72 | 1F | 0 | 3 | 4A | 36 | 39 | 3A | 1D |
| Octal | 166 | 162 | 37 | 0 | 3 | 112 | 66 | 71 | 72 | 35 |
| Binary | 1110110 | 1110010 | 11111 | 0 | 11 | 1001010 | 110110 | 111001 | 111010 | 11101 |
Color Harmonies of #76721F
Complementary color
Monochromatic Colors of #76721F
Black with #76721F
Text Example
Text Example
White with #76721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76721F; }
p { color: rgb(118,114,31); }
H1.HeaderClassName
{
color: #76721F;
}
.AnyTagClassName
{
color: #76721F;
}
</style>
background-color css
<style>
a { background-color: #76721F; }
a { background-color: rgb(118,114,31); }
div.DivClassName
{
background-color: #76721F;
}
.BgClassName
{
background-color: #76721F;
}
</style>
border-color css
<style>
span { border-color: #76721F; }
span { border-color: rgb(118,114,31); }
td.TdClassName
{
border-color: #76721F;
}
.TagClassName
{
border-color: #76721F;
}
</style>