Shades of Olivetone #767924
Tints of Olivetone #767924
RGB
CMYK
RGB Variations
Color information
#767924 (or 0x767924) is known color: Olivetone. HEX triplet: 76, 79 and 24. RGB value is (118,121,36). Sum of RGB (Red+Green+Blue) = 118+121+36=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #767924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767924 is #8986DB. Grayscale: #6E6E6E. Windows color (decimal): -9012956 or 2390390. OLE color: 2390390.
HSL color Cylindrical-coordinate representation of color #767924: hue angle of 62.12º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #767924 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 36 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.53 |
| HSL | 62.12º | 0.54% | 0.31% | - |
| HSV(B) | 62.12º | 0.7% | 0.47% | - |
| XYZ | 14.63 | 17.65 | 4.31 | - |
| YUV | 110.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 36 | 0.02 | 0 | 0.70 | 0.53 | 62.12 | 0.54 | 0.31 |
| Hex | 76 | 79 | 24 | 2 | 0 | 46 | 35 | 3E | 36 | 1F |
| Octal | 166 | 171 | 44 | 2 | 0 | 106 | 65 | 76 | 66 | 37 |
| Binary | 1110110 | 1111001 | 100100 | 10 | 0 | 1000110 | 110101 | 111110 | 110110 | 11111 |
Color Harmonies of #767924
Complementary color
Monochromatic Colors of #767924
Black with #767924
Text Example
Text Example
White with #767924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767924; }
p { color: rgb(118,121,36); }
H1.HeaderClassName
{
color: #767924;
}
.AnyTagClassName
{
color: #767924;
}
</style>
background-color css
<style>
a { background-color: #767924; }
a { background-color: rgb(118,121,36); }
div.DivClassName
{
background-color: #767924;
}
.BgClassName
{
background-color: #767924;
}
</style>
border-color css
<style>
span { border-color: #767924; }
span { border-color: rgb(118,121,36); }
td.TdClassName
{
border-color: #767924;
}
.TagClassName
{
border-color: #767924;
}
</style>