Shades of Olivetone #767412
Tints of Olivetone #767412
RGB
CMYK
RGB Variations
Color information
#767412 (or 0x767412) is known color: Olivetone. HEX triplet: 76, 74 and 12. RGB value is (118,116,18). Sum of RGB (Red+Green+Blue) = 118+116+18=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #767412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767412 is #898BED. Grayscale: #696969. Windows color (decimal): -9014254 or 1209462. OLE color: 1209462.
HSL color Cylindrical-coordinate representation of color #767412: hue angle of 58.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #767412 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 18 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.54 |
| HSL | 58.8º | 0.74% | 0.27% | - |
| HSV(B) | 58.8º | 0.85% | 0.46% | - |
| XYZ | 13.83 | 16.39 | 3.01 | - |
| YUV | 105.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 18 | 0 | 0.02 | 0.85 | 0.54 | 58.8 | 0.74 | 0.27 |
| Hex | 76 | 74 | 12 | 0 | 2 | 55 | 36 | 3B | 4A | 1B |
| Octal | 166 | 164 | 22 | 0 | 2 | 125 | 66 | 73 | 112 | 33 |
| Binary | 1110110 | 1110100 | 10010 | 0 | 10 | 1010101 | 110110 | 111011 | 1001010 | 11011 |
Color Harmonies of #767412
Complementary color
Monochromatic Colors of #767412
Black with #767412
Text Example
Text Example
White with #767412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767412; }
p { color: rgb(118,116,18); }
H1.HeaderClassName
{
color: #767412;
}
.AnyTagClassName
{
color: #767412;
}
</style>
background-color css
<style>
a { background-color: #767412; }
a { background-color: rgb(118,116,18); }
div.DivClassName
{
background-color: #767412;
}
.BgClassName
{
background-color: #767412;
}
</style>
border-color css
<style>
span { border-color: #767412; }
span { border-color: rgb(118,116,18); }
td.TdClassName
{
border-color: #767412;
}
.TagClassName
{
border-color: #767412;
}
</style>