Shades of Olivetone #767714
Tints of Olivetone #767714
RGB
CMYK
RGB Variations
Color information
#767714 (or 0x767714) is known color: Olivetone. HEX triplet: 76, 77 and 14. RGB value is (118,119,20). Sum of RGB (Red+Green+Blue) = 118+119+20=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #767714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767714 is #8988EB. Grayscale: #6B6B6B. Windows color (decimal): -9013484 or 1341302. OLE color: 1341302.
HSL color Cylindrical-coordinate representation of color #767714: hue angle of 60.61º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #767714 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 20 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.53 |
| HSL | 60.61º | 0.71% | 0.27% | - |
| HSV(B) | 60.61º | 0.83% | 0.47% | - |
| XYZ | 14.19 | 17.1 | 3.21 | - |
| YUV | 107.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 20 | 0.01 | 0 | 0.83 | 0.53 | 60.61 | 0.71 | 0.27 |
| Hex | 76 | 77 | 14 | 1 | 0 | 53 | 35 | 3D | 47 | 1B |
| Octal | 166 | 167 | 24 | 1 | 0 | 123 | 65 | 75 | 107 | 33 |
| Binary | 1110110 | 1110111 | 10100 | 1 | 0 | 1010011 | 110101 | 111101 | 1000111 | 11011 |
Color Harmonies of #767714
Complementary color
Monochromatic Colors of #767714
Black with #767714
Text Example
Text Example
White with #767714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767714; }
p { color: rgb(118,119,20); }
H1.HeaderClassName
{
color: #767714;
}
.AnyTagClassName
{
color: #767714;
}
</style>
background-color css
<style>
a { background-color: #767714; }
a { background-color: rgb(118,119,20); }
div.DivClassName
{
background-color: #767714;
}
.BgClassName
{
background-color: #767714;
}
</style>
border-color css
<style>
span { border-color: #767714; }
span { border-color: rgb(118,119,20); }
td.TdClassName
{
border-color: #767714;
}
.TagClassName
{
border-color: #767714;
}
</style>