Shades of Avocado #959A69
Tints of Avocado #959A69
RGB
CMYK
RGB Variations
Color information
#959A69 (or 0x959A69) is known color: Avocado. HEX triplet: 95, 9A and 69. RGB value is (149,154,105). Sum of RGB (Red+Green+Blue) = 149+154+105=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 154 - color contains mainly: green. Hex color #959A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A69 is #6A6596. Grayscale: #939393. Windows color (decimal): -6972823 or 6920853. OLE color: 6920853.
HSL color Cylindrical-coordinate representation of color #959A69: hue angle of 66.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959A69 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 105 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.40 |
| HSL | 66.12º | 0.2% | 0.51% | - |
| HSV(B) | 66.12º | 0.32% | 0.6% | - |
| XYZ | 26.5 | 30.52 | 17.86 | - |
| YUV | 146.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 105 | 0.03 | 0 | 0.32 | 0.40 | 66.12 | 0.2 | 0.51 |
| Hex | 95 | 9A | 69 | 3 | 0 | 20 | 28 | 42 | 14 | 33 |
| Octal | 225 | 232 | 151 | 3 | 0 | 40 | 50 | 102 | 24 | 63 |
| Binary | 10010101 | 10011010 | 1101001 | 11 | 0 | 100000 | 101000 | 1000010 | 10100 | 110011 |
Color Harmonies of #959A69
Complementary color
Monochromatic Colors of #959A69
Black with #959A69
Text Example
Text Example
White with #959A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A69; }
p { color: rgb(149,154,105); }
H1.HeaderClassName
{
color: #959A69;
}
.AnyTagClassName
{
color: #959A69;
}
</style>
background-color css
<style>
a { background-color: #959A69; }
a { background-color: rgb(149,154,105); }
div.DivClassName
{
background-color: #959A69;
}
.BgClassName
{
background-color: #959A69;
}
</style>
border-color css
<style>
span { border-color: #959A69; }
span { border-color: rgb(149,154,105); }
td.TdClassName
{
border-color: #959A69;
}
.TagClassName
{
border-color: #959A69;
}
</style>