Shades of Avocado #96976B
Tints of Avocado #96976B
RGB
CMYK
RGB Variations
Color information
#96976B (or 0x96976B) is known color: Avocado. HEX triplet: 96, 97 and 6B. RGB value is (150,151,107). Sum of RGB (Red+Green+Blue) = 150+151+107=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #96976B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96976B is #696894. Grayscale: #919191. Windows color (decimal): -6908053 or 7051158. OLE color: 7051158.
HSL color Cylindrical-coordinate representation of color #96976B: hue angle of 61.36º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96976B is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 151 | 107 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.41 |
| HSL | 61.36º | 0.17% | 0.51% | - |
| HSV(B) | 61.36º | 0.29% | 0.59% | - |
| XYZ | 26.3 | 29.68 | 18.25 | - |
| YUV | 145.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 107 | 0.01 | 0 | 0.29 | 0.41 | 61.36 | 0.17 | 0.51 |
| Hex | 96 | 97 | 6B | 1 | 0 | 1D | 29 | 3D | 11 | 33 |
| Octal | 226 | 227 | 153 | 1 | 0 | 35 | 51 | 75 | 21 | 63 |
| Binary | 10010110 | 10010111 | 1101011 | 1 | 0 | 11101 | 101001 | 111101 | 10001 | 110011 |
Color Harmonies of #96976B
Complementary color
Monochromatic Colors of #96976B
Black with #96976B
Text Example
Text Example
White with #96976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96976B; }
p { color: rgb(150,151,107); }
H1.HeaderClassName
{
color: #96976B;
}
.AnyTagClassName
{
color: #96976B;
}
</style>
background-color css
<style>
a { background-color: #96976B; }
a { background-color: rgb(150,151,107); }
div.DivClassName
{
background-color: #96976B;
}
.BgClassName
{
background-color: #96976B;
}
</style>
border-color css
<style>
span { border-color: #96976B; }
span { border-color: rgb(150,151,107); }
td.TdClassName
{
border-color: #96976B;
}
.TagClassName
{
border-color: #96976B;
}
</style>