Shades of Avocado #959768
Tints of Avocado #959768
RGB
CMYK
RGB Variations
Color information
#959768 (or 0x959768) is known color: Avocado. HEX triplet: 95, 97 and 68. RGB value is (149,151,104). Sum of RGB (Red+Green+Blue) = 149+151+104=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #959768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959768 is #6A6897. Grayscale: #919191. Windows color (decimal): -6973592 or 6854549. OLE color: 6854549.
HSL color Cylindrical-coordinate representation of color #959768: hue angle of 62.55º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #959768 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 104 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.41 |
| HSL | 62.55º | 0.18% | 0.5% | - |
| HSV(B) | 62.55º | 0.31% | 0.59% | - |
| XYZ | 25.96 | 29.52 | 17.43 | - |
| YUV | 145.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 104 | 0.01 | 0 | 0.31 | 0.41 | 62.55 | 0.18 | 0.5 |
| Hex | 95 | 97 | 68 | 1 | 0 | 1F | 29 | 3F | 12 | 32 |
| Octal | 225 | 227 | 150 | 1 | 0 | 37 | 51 | 77 | 22 | 62 |
| Binary | 10010101 | 10010111 | 1101000 | 1 | 0 | 11111 | 101001 | 111111 | 10010 | 110010 |
Color Harmonies of #959768
Complementary color
Monochromatic Colors of #959768
Black with #959768
Text Example
Text Example
White with #959768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959768; }
p { color: rgb(149,151,104); }
H1.HeaderClassName
{
color: #959768;
}
.AnyTagClassName
{
color: #959768;
}
</style>
background-color css
<style>
a { background-color: #959768; }
a { background-color: rgb(149,151,104); }
div.DivClassName
{
background-color: #959768;
}
.BgClassName
{
background-color: #959768;
}
</style>
border-color css
<style>
span { border-color: #959768; }
span { border-color: rgb(149,151,104); }
td.TdClassName
{
border-color: #959768;
}
.TagClassName
{
border-color: #959768;
}
</style>