Shades of Avocado #95966B
Tints of Avocado #95966B
RGB
CMYK
RGB Variations
Color information
#95966B (or 0x95966B) is known color: Avocado. HEX triplet: 95, 96 and 6B. RGB value is (149,150,107). Sum of RGB (Red+Green+Blue) = 149+150+107=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #95966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95966B is #6A6994. Grayscale: #909090. Windows color (decimal): -6973845 or 7050901. OLE color: 7050901.
HSL color Cylindrical-coordinate representation of color #95966B: hue angle of 61.4º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95966B is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 107 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.41 |
| HSL | 61.4º | 0.17% | 0.5% | - |
| HSV(B) | 61.4º | 0.29% | 0.59% | - |
| XYZ | 25.95 | 29.26 | 18.19 | - |
| YUV | 144.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 107 | 0.01 | 0 | 0.29 | 0.41 | 61.4 | 0.17 | 0.5 |
| Hex | 95 | 96 | 6B | 1 | 0 | 1D | 29 | 3D | 11 | 32 |
| Octal | 225 | 226 | 153 | 1 | 0 | 35 | 51 | 75 | 21 | 62 |
| Binary | 10010101 | 10010110 | 1101011 | 1 | 0 | 11101 | 101001 | 111101 | 10001 | 110010 |
Color Harmonies of #95966B
Complementary color
Monochromatic Colors of #95966B
Black with #95966B
Text Example
Text Example
White with #95966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95966B; }
p { color: rgb(149,150,107); }
H1.HeaderClassName
{
color: #95966B;
}
.AnyTagClassName
{
color: #95966B;
}
</style>
background-color css
<style>
a { background-color: #95966B; }
a { background-color: rgb(149,150,107); }
div.DivClassName
{
background-color: #95966B;
}
.BgClassName
{
background-color: #95966B;
}
</style>
border-color css
<style>
span { border-color: #95966B; }
span { border-color: rgb(149,150,107); }
td.TdClassName
{
border-color: #95966B;
}
.TagClassName
{
border-color: #95966B;
}
</style>