Shades of Olivetone #767921
Tints of Olivetone #767921
RGB
CMYK
RGB Variations
Color information
#767921 (or 0x767921) is known color: Olivetone. HEX triplet: 76, 79 and 21. RGB value is (118,121,33). Sum of RGB (Red+Green+Blue) = 118+121+33=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #767921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767921 is #8986DE. Grayscale: #6E6E6E. Windows color (decimal): -9012959 or 2193782. OLE color: 2193782.
HSL color Cylindrical-coordinate representation of color #767921: hue angle of 62.05º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #767921 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 33 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.53 |
| HSL | 62.05º | 0.57% | 0.3% | - |
| HSV(B) | 62.05º | 0.73% | 0.47% | - |
| XYZ | 14.58 | 17.64 | 4.07 | - |
| YUV | 110.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 33 | 0.02 | 0 | 0.73 | 0.53 | 62.05 | 0.57 | 0.3 |
| Hex | 76 | 79 | 21 | 2 | 0 | 49 | 35 | 3E | 39 | 1E |
| Octal | 166 | 171 | 41 | 2 | 0 | 111 | 65 | 76 | 71 | 36 |
| Binary | 1110110 | 1111001 | 100001 | 10 | 0 | 1001001 | 110101 | 111110 | 111001 | 11110 |
Color Harmonies of #767921
Complementary color
Monochromatic Colors of #767921
Black with #767921
Text Example
Text Example
White with #767921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767921; }
p { color: rgb(118,121,33); }
H1.HeaderClassName
{
color: #767921;
}
.AnyTagClassName
{
color: #767921;
}
</style>
background-color css
<style>
a { background-color: #767921; }
a { background-color: rgb(118,121,33); }
div.DivClassName
{
background-color: #767921;
}
.BgClassName
{
background-color: #767921;
}
</style>
border-color css
<style>
span { border-color: #767921; }
span { border-color: rgb(118,121,33); }
td.TdClassName
{
border-color: #767921;
}
.TagClassName
{
border-color: #767921;
}
</style>