Shades of Avocado #959668
Tints of Avocado #959668
RGB
CMYK
RGB Variations
Color information
#959668 (or 0x959668) is known color: Avocado. HEX triplet: 95, 96 and 68. RGB value is (149,150,104). Sum of RGB (Red+Green+Blue) = 149+150+104=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #959668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959668 is #6A6997. Grayscale: #909090. Windows color (decimal): -6973848 or 6854293. OLE color: 6854293.
HSL color Cylindrical-coordinate representation of color #959668: hue angle of 61.3º 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 #959668 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 104 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.41 |
| HSL | 61.3º | 0.18% | 0.5% | - |
| HSV(B) | 61.3º | 0.31% | 0.59% | - |
| XYZ | 25.8 | 29.2 | 17.37 | - |
| YUV | 144.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 104 | 0.01 | 0 | 0.31 | 0.41 | 61.3 | 0.18 | 0.5 |
| Hex | 95 | 96 | 68 | 1 | 0 | 1F | 29 | 3D | 12 | 32 |
| Octal | 225 | 226 | 150 | 1 | 0 | 37 | 51 | 75 | 22 | 62 |
| Binary | 10010101 | 10010110 | 1101000 | 1 | 0 | 11111 | 101001 | 111101 | 10010 | 110010 |
Color Harmonies of #959668
Complementary color
Monochromatic Colors of #959668
Black with #959668
Text Example
Text Example
White with #959668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959668; }
p { color: rgb(149,150,104); }
H1.HeaderClassName
{
color: #959668;
}
.AnyTagClassName
{
color: #959668;
}
</style>
background-color css
<style>
a { background-color: #959668; }
a { background-color: rgb(149,150,104); }
div.DivClassName
{
background-color: #959668;
}
.BgClassName
{
background-color: #959668;
}
</style>
border-color css
<style>
span { border-color: #959668; }
span { border-color: rgb(149,150,104); }
td.TdClassName
{
border-color: #959668;
}
.TagClassName
{
border-color: #959668;
}
</style>