Shades of Avocado #919957
Tints of Avocado #919957
RGB
CMYK
RGB Variations
Color information
#919957 (or 0x919957) is known color: Avocado. HEX triplet: 91, 99 and 57. RGB value is (145,153,87). Sum of RGB (Red+Green+Blue) = 145+153+87=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #919957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919957 is #6E66A8. Grayscale: #8F8F8F. Windows color (decimal): -7235241 or 5740945. OLE color: 5740945.
HSL color Cylindrical-coordinate representation of color #919957: hue angle of 67.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #919957 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 87 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.4 |
| HSL | 67.27º | 0.28% | 0.47% | - |
| HSV(B) | 67.27º | 0.43% | 0.6% | - |
| XYZ | 24.79 | 29.49 | 13.4 | - |
| YUV | 143.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 87 | 0.05 | 0 | 0.43 | 0.4 | 67.27 | 0.28 | 0.47 |
| Hex | 91 | 99 | 57 | 5 | 0 | 2B | 28 | 43 | 1C | 2F |
| Octal | 221 | 231 | 127 | 5 | 0 | 53 | 50 | 103 | 34 | 57 |
| Binary | 10010001 | 10011001 | 1010111 | 101 | 0 | 101011 | 101000 | 1000011 | 11100 | 101111 |
Color Harmonies of #919957
Complementary color
Monochromatic Colors of #919957
Black with #919957
Text Example
Text Example
White with #919957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919957; }
p { color: rgb(145,153,87); }
H1.HeaderClassName
{
color: #919957;
}
.AnyTagClassName
{
color: #919957;
}
</style>
background-color css
<style>
a { background-color: #919957; }
a { background-color: rgb(145,153,87); }
div.DivClassName
{
background-color: #919957;
}
.BgClassName
{
background-color: #919957;
}
</style>
border-color css
<style>
span { border-color: #919957; }
span { border-color: rgb(145,153,87); }
td.TdClassName
{
border-color: #919957;
}
.TagClassName
{
border-color: #919957;
}
</style>