Shades of Avocado #969B68
Tints of Avocado #969B68
RGB
CMYK
RGB Variations
Color information
#969B68 (or 0x969B68) is known color: Avocado. HEX triplet: 96, 9B and 68. RGB value is (150,155,104). Sum of RGB (Red+Green+Blue) = 150+155+104=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #969B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B68 is #696497. Grayscale: #939393. Windows color (decimal): -6907032 or 6855574. OLE color: 6855574.
HSL color Cylindrical-coordinate representation of color #969B68: hue angle of 65.88º degrees, saturation: 0.2, 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 #969B68 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 104 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.39 |
| HSL | 65.88º | 0.2% | 0.51% | - |
| HSV(B) | 65.88º | 0.33% | 0.61% | - |
| XYZ | 26.8 | 30.93 | 17.65 | - |
| YUV | 147.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 104 | 0.03 | 0 | 0.33 | 0.39 | 65.88 | 0.2 | 0.51 |
| Hex | 96 | 9B | 68 | 3 | 0 | 21 | 27 | 42 | 14 | 33 |
| Octal | 226 | 233 | 150 | 3 | 0 | 41 | 47 | 102 | 24 | 63 |
| Binary | 10010110 | 10011011 | 1101000 | 11 | 0 | 100001 | 100111 | 1000010 | 10100 | 110011 |
Color Harmonies of #969B68
Complementary color
Monochromatic Colors of #969B68
Black with #969B68
Text Example
Text Example
White with #969B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B68; }
p { color: rgb(150,155,104); }
H1.HeaderClassName
{
color: #969B68;
}
.AnyTagClassName
{
color: #969B68;
}
</style>
background-color css
<style>
a { background-color: #969B68; }
a { background-color: rgb(150,155,104); }
div.DivClassName
{
background-color: #969B68;
}
.BgClassName
{
background-color: #969B68;
}
</style>
border-color css
<style>
span { border-color: #969B68; }
span { border-color: rgb(150,155,104); }
td.TdClassName
{
border-color: #969B68;
}
.TagClassName
{
border-color: #969B68;
}
</style>