Shades of Olivetone #767420
Tints of Olivetone #767420
RGB
CMYK
RGB Variations
Color information
#767420 (or 0x767420) is known color: Olivetone. HEX triplet: 76, 74 and 20. RGB value is (118,116,32). Sum of RGB (Red+Green+Blue) = 118+116+32=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #767420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767420 is #898BDF. Grayscale: #6B6B6B. Windows color (decimal): -9014240 or 2126966. OLE color: 2126966.
HSL color Cylindrical-coordinate representation of color #767420: hue angle of 58.6º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #767420 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 32 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.54 |
| HSL | 58.6º | 0.57% | 0.29% | - |
| HSV(B) | 58.6º | 0.73% | 0.46% | - |
| XYZ | 13.98 | 16.45 | 3.8 | - |
| YUV | 107.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 32 | 0 | 0.02 | 0.73 | 0.54 | 58.6 | 0.57 | 0.29 |
| Hex | 76 | 74 | 20 | 0 | 2 | 49 | 36 | 3B | 39 | 1D |
| Octal | 166 | 164 | 40 | 0 | 2 | 111 | 66 | 73 | 71 | 35 |
| Binary | 1110110 | 1110100 | 100000 | 0 | 10 | 1001001 | 110110 | 111011 | 111001 | 11101 |
Color Harmonies of #767420
Complementary color
Monochromatic Colors of #767420
Black with #767420
Text Example
Text Example
White with #767420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767420; }
p { color: rgb(118,116,32); }
H1.HeaderClassName
{
color: #767420;
}
.AnyTagClassName
{
color: #767420;
}
</style>
background-color css
<style>
a { background-color: #767420; }
a { background-color: rgb(118,116,32); }
div.DivClassName
{
background-color: #767420;
}
.BgClassName
{
background-color: #767420;
}
</style>
border-color css
<style>
span { border-color: #767420; }
span { border-color: rgb(118,116,32); }
td.TdClassName
{
border-color: #767420;
}
.TagClassName
{
border-color: #767420;
}
</style>