Shades of Avocado #959C68
Tints of Avocado #959C68
RGB
CMYK
RGB Variations
Color information
#959C68 (or 0x959C68) is known color: Avocado. HEX triplet: 95, 9C and 68. RGB value is (149,156,104). Sum of RGB (Red+Green+Blue) = 149+156+104=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #959C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C68 is #6A6397. Grayscale: #949494. Windows color (decimal): -6972312 or 6855829. OLE color: 6855829.
HSL color Cylindrical-coordinate representation of color #959C68: hue angle of 68.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959C68 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 104 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.39 |
| HSL | 68.08º | 0.21% | 0.51% | - |
| HSV(B) | 68.08º | 0.33% | 0.61% | - |
| XYZ | 26.78 | 31.17 | 17.7 | - |
| YUV | 147.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 104 | 0.04 | 0 | 0.33 | 0.39 | 68.08 | 0.21 | 0.51 |
| Hex | 95 | 9C | 68 | 4 | 0 | 21 | 27 | 44 | 15 | 33 |
| Octal | 225 | 234 | 150 | 4 | 0 | 41 | 47 | 104 | 25 | 63 |
| Binary | 10010101 | 10011100 | 1101000 | 100 | 0 | 100001 | 100111 | 1000100 | 10101 | 110011 |
Color Harmonies of #959C68
Complementary color
Monochromatic Colors of #959C68
Black with #959C68
Text Example
Text Example
White with #959C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C68; }
p { color: rgb(149,156,104); }
H1.HeaderClassName
{
color: #959C68;
}
.AnyTagClassName
{
color: #959C68;
}
</style>
background-color css
<style>
a { background-color: #959C68; }
a { background-color: rgb(149,156,104); }
div.DivClassName
{
background-color: #959C68;
}
.BgClassName
{
background-color: #959C68;
}
</style>
border-color css
<style>
span { border-color: #959C68; }
span { border-color: rgb(149,156,104); }
td.TdClassName
{
border-color: #959C68;
}
.TagClassName
{
border-color: #959C68;
}
</style>