Shades of Olivetone #767721
Tints of Olivetone #767721
RGB
CMYK
RGB Variations
Color information
#767721 (or 0x767721) is known color: Olivetone. HEX triplet: 76, 77 and 21. RGB value is (118,119,33). Sum of RGB (Red+Green+Blue) = 118+119+33=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #767721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767721 is #8988DE. Grayscale: #6D6D6D. Windows color (decimal): -9013471 or 2193270. OLE color: 2193270.
HSL color Cylindrical-coordinate representation of color #767721: hue angle of 60.7º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #767721 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 119 | 33 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.53 |
| HSL | 60.7º | 0.57% | 0.3% | - |
| HSV(B) | 60.7º | 0.72% | 0.47% | - |
| XYZ | 14.34 | 17.16 | 3.99 | - |
| YUV | 108.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 33 | 0.01 | 0 | 0.72 | 0.53 | 60.7 | 0.57 | 0.3 |
| Hex | 76 | 77 | 21 | 1 | 0 | 48 | 35 | 3D | 39 | 1E |
| Octal | 166 | 167 | 41 | 1 | 0 | 110 | 65 | 75 | 71 | 36 |
| Binary | 1110110 | 1110111 | 100001 | 1 | 0 | 1001000 | 110101 | 111101 | 111001 | 11110 |
Color Harmonies of #767721
Complementary color
Monochromatic Colors of #767721
Black with #767721
Text Example
Text Example
White with #767721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767721; }
p { color: rgb(118,119,33); }
H1.HeaderClassName
{
color: #767721;
}
.AnyTagClassName
{
color: #767721;
}
</style>
background-color css
<style>
a { background-color: #767721; }
a { background-color: rgb(118,119,33); }
div.DivClassName
{
background-color: #767721;
}
.BgClassName
{
background-color: #767721;
}
</style>
border-color css
<style>
span { border-color: #767721; }
span { border-color: rgb(118,119,33); }
td.TdClassName
{
border-color: #767721;
}
.TagClassName
{
border-color: #767721;
}
</style>