Shades of Olivetone #767128
Tints of Olivetone #767128
RGB
CMYK
RGB Variations
Color information
#767128 (or 0x767128) is known color: Olivetone. HEX triplet: 76, 71 and 28. RGB value is (118,113,40). Sum of RGB (Red+Green+Blue) = 118+113+40=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #767128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767128 is #898ED7. Grayscale: #6A6A6A. Windows color (decimal): -9015000 or 2650486. OLE color: 2650486.
HSL color Cylindrical-coordinate representation of color #767128: hue angle of 56.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #767128 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 40 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.54 |
| HSL | 56.15º | 0.49% | 0.31% | - |
| HSV(B) | 56.15º | 0.66% | 0.46% | - |
| XYZ | 13.76 | 15.82 | 4.33 | - |
| YUV | 106.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 40 | 0 | 0.04 | 0.66 | 0.54 | 56.15 | 0.49 | 0.31 |
| Hex | 76 | 71 | 28 | 0 | 4 | 42 | 36 | 38 | 31 | 1F |
| Octal | 166 | 161 | 50 | 0 | 4 | 102 | 66 | 70 | 61 | 37 |
| Binary | 1110110 | 1110001 | 101000 | 0 | 100 | 1000010 | 110110 | 111000 | 110001 | 11111 |
Color Harmonies of #767128
Complementary color
Monochromatic Colors of #767128
Black with #767128
Text Example
Text Example
White with #767128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767128; }
p { color: rgb(118,113,40); }
H1.HeaderClassName
{
color: #767128;
}
.AnyTagClassName
{
color: #767128;
}
</style>
background-color css
<style>
a { background-color: #767128; }
a { background-color: rgb(118,113,40); }
div.DivClassName
{
background-color: #767128;
}
.BgClassName
{
background-color: #767128;
}
</style>
border-color css
<style>
span { border-color: #767128; }
span { border-color: rgb(118,113,40); }
td.TdClassName
{
border-color: #767128;
}
.TagClassName
{
border-color: #767128;
}
</style>