Shades of Avocado #919857
Tints of Avocado #919857
RGB
CMYK
RGB Variations
Color information
#919857 (or 0x919857) is known color: Avocado. HEX triplet: 91, 98 and 57. RGB value is (145,152,87). Sum of RGB (Red+Green+Blue) = 145+152+87=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #919857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919857 is #6E67A8. Grayscale: #8E8E8E. Windows color (decimal): -7235497 or 5740689. OLE color: 5740689.
HSL color Cylindrical-coordinate representation of color #919857: hue angle of 66.46º degrees, saturation: 0.27, 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 #919857 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 87 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.40 |
| HSL | 66.46º | 0.27% | 0.47% | - |
| HSV(B) | 66.46º | 0.43% | 0.6% | - |
| XYZ | 24.63 | 29.16 | 13.35 | - |
| YUV | 142.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 87 | 0.05 | 0 | 0.43 | 0.40 | 66.46 | 0.27 | 0.47 |
| Hex | 91 | 98 | 57 | 5 | 0 | 2B | 28 | 42 | 1B | 2F |
| Octal | 221 | 230 | 127 | 5 | 0 | 53 | 50 | 102 | 33 | 57 |
| Binary | 10010001 | 10011000 | 1010111 | 101 | 0 | 101011 | 101000 | 1000010 | 11011 | 101111 |
Color Harmonies of #919857
Complementary color
Monochromatic Colors of #919857
Black with #919857
Text Example
Text Example
White with #919857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919857; }
p { color: rgb(145,152,87); }
H1.HeaderClassName
{
color: #919857;
}
.AnyTagClassName
{
color: #919857;
}
</style>
background-color css
<style>
a { background-color: #919857; }
a { background-color: rgb(145,152,87); }
div.DivClassName
{
background-color: #919857;
}
.BgClassName
{
background-color: #919857;
}
</style>
border-color css
<style>
span { border-color: #919857; }
span { border-color: rgb(145,152,87); }
td.TdClassName
{
border-color: #919857;
}
.TagClassName
{
border-color: #919857;
}
</style>