Shades of Avocado #959D67
Tints of Avocado #959D67
RGB
CMYK
RGB Variations
Color information
#959D67 (or 0x959D67) is known color: Avocado. HEX triplet: 95, 9D and 67. RGB value is (149,157,103). Sum of RGB (Red+Green+Blue) = 149+157+103=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #959D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D67 is #6A6298. Grayscale: #949494. Windows color (decimal): -6972057 or 6790549. OLE color: 6790549.
HSL color Cylindrical-coordinate representation of color #959D67: hue angle of 68.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959D67 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 103 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.38 |
| HSL | 68.89º | 0.22% | 0.51% | - |
| HSV(B) | 68.89º | 0.34% | 0.62% | - |
| XYZ | 26.9 | 31.48 | 17.49 | - |
| YUV | 148.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 103 | 0.05 | 0 | 0.34 | 0.38 | 68.89 | 0.22 | 0.51 |
| Hex | 95 | 9D | 67 | 5 | 0 | 22 | 26 | 45 | 16 | 33 |
| Octal | 225 | 235 | 147 | 5 | 0 | 42 | 46 | 105 | 26 | 63 |
| Binary | 10010101 | 10011101 | 1100111 | 101 | 0 | 100010 | 100110 | 1000101 | 10110 | 110011 |
Color Harmonies of #959D67
Complementary color
Monochromatic Colors of #959D67
Black with #959D67
Text Example
Text Example
White with #959D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D67; }
p { color: rgb(149,157,103); }
H1.HeaderClassName
{
color: #959D67;
}
.AnyTagClassName
{
color: #959D67;
}
</style>
background-color css
<style>
a { background-color: #959D67; }
a { background-color: rgb(149,157,103); }
div.DivClassName
{
background-color: #959D67;
}
.BgClassName
{
background-color: #959D67;
}
</style>
border-color css
<style>
span { border-color: #959D67; }
span { border-color: rgb(149,157,103); }
td.TdClassName
{
border-color: #959D67;
}
.TagClassName
{
border-color: #959D67;
}
</style>