Shades of Olivetone #767828
Tints of Olivetone #767828
RGB
CMYK
RGB Variations
Color information
#767828 (or 0x767828) is known color: Olivetone. HEX triplet: 76, 78 and 28. RGB value is (118,120,40). Sum of RGB (Red+Green+Blue) = 118+120+40=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #767828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767828 is #8987D7. Grayscale: #6E6E6E. Windows color (decimal): -9013208 or 2652278. OLE color: 2652278.
HSL color Cylindrical-coordinate representation of color #767828: hue angle of 61.5º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #767828 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 120 | 40 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.53 |
| HSL | 61.5º | 0.5% | 0.31% | - |
| HSV(B) | 61.5º | 0.67% | 0.47% | - |
| XYZ | 14.57 | 17.44 | 4.61 | - |
| YUV | 110.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 40 | 0.02 | 0 | 0.67 | 0.53 | 61.5 | 0.5 | 0.31 |
| Hex | 76 | 78 | 28 | 2 | 0 | 43 | 35 | 3E | 32 | 1F |
| Octal | 166 | 170 | 50 | 2 | 0 | 103 | 65 | 76 | 62 | 37 |
| Binary | 1110110 | 1111000 | 101000 | 10 | 0 | 1000011 | 110101 | 111110 | 110010 | 11111 |
Color Harmonies of #767828
Complementary color
Monochromatic Colors of #767828
Black with #767828
Text Example
Text Example
White with #767828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767828; }
p { color: rgb(118,120,40); }
H1.HeaderClassName
{
color: #767828;
}
.AnyTagClassName
{
color: #767828;
}
</style>
background-color css
<style>
a { background-color: #767828; }
a { background-color: rgb(118,120,40); }
div.DivClassName
{
background-color: #767828;
}
.BgClassName
{
background-color: #767828;
}
</style>
border-color css
<style>
span { border-color: #767828; }
span { border-color: rgb(118,120,40); }
td.TdClassName
{
border-color: #767828;
}
.TagClassName
{
border-color: #767828;
}
</style>