Shades of Avocado #8F9765
Tints of Avocado #8F9765
RGB
CMYK
RGB Variations
Color information
#8F9765 (or 0x8F9765) is known color: Avocado. HEX triplet: 8F, 97 and 65. RGB value is (143,151,101). Sum of RGB (Red+Green+Blue) = 143+151+101=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9765 is #70689A. Grayscale: #8F8F8F. Windows color (decimal): -7366811 or 6657935. OLE color: 6657935.
HSL color Cylindrical-coordinate representation of color #8F9765: hue angle of 69.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F9765 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 101 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.41 |
| HSL | 69.6º | 0.2% | 0.49% | - |
| HSV(B) | 69.6º | 0.33% | 0.59% | - |
| XYZ | 24.74 | 28.91 | 16.59 | - |
| YUV | 142.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 101 | 0.05 | 0 | 0.33 | 0.41 | 69.6 | 0.2 | 0.49 |
| Hex | 8F | 97 | 65 | 5 | 0 | 21 | 29 | 46 | 14 | 31 |
| Octal | 217 | 227 | 145 | 5 | 0 | 41 | 51 | 106 | 24 | 61 |
| Binary | 10001111 | 10010111 | 1100101 | 101 | 0 | 100001 | 101001 | 1000110 | 10100 | 110001 |
Color Harmonies of #8F9765
Complementary color
Monochromatic Colors of #8F9765
Black with #8F9765
Text Example
Text Example
White with #8F9765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9765; }
p { color: rgb(143,151,101); }
H1.HeaderClassName
{
color: #8F9765;
}
.AnyTagClassName
{
color: #8F9765;
}
</style>
background-color css
<style>
a { background-color: #8F9765; }
a { background-color: rgb(143,151,101); }
div.DivClassName
{
background-color: #8F9765;
}
.BgClassName
{
background-color: #8F9765;
}
</style>
border-color css
<style>
span { border-color: #8F9765; }
span { border-color: rgb(143,151,101); }
td.TdClassName
{
border-color: #8F9765;
}
.TagClassName
{
border-color: #8F9765;
}
</style>