Shades of Avocado #8F9762
Tints of Avocado #8F9762
RGB
CMYK
RGB Variations
Color information
#8F9762 (or 0x8F9762) is known color: Avocado. HEX triplet: 8F, 97 and 62. RGB value is (143,151,98). Sum of RGB (Red+Green+Blue) = 143+151+98=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9762 is #70689D. Grayscale: #8E8E8E. Windows color (decimal): -7366814 or 6461327. OLE color: 6461327.
HSL color Cylindrical-coordinate representation of color #8F9762: hue angle of 69.06º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F9762 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 151 | 98 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.41 |
| HSL | 69.06º | 0.21% | 0.49% | - |
| HSV(B) | 69.06º | 0.35% | 0.59% | - |
| XYZ | 24.6 | 28.85 | 15.83 | - |
| YUV | 142.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 98 | 0.05 | 0 | 0.35 | 0.41 | 69.06 | 0.21 | 0.49 |
| Hex | 8F | 97 | 62 | 5 | 0 | 23 | 29 | 45 | 15 | 31 |
| Octal | 217 | 227 | 142 | 5 | 0 | 43 | 51 | 105 | 25 | 61 |
| Binary | 10001111 | 10010111 | 1100010 | 101 | 0 | 100011 | 101001 | 1000101 | 10101 | 110001 |
Color Harmonies of #8F9762
Complementary color
Monochromatic Colors of #8F9762
Black with #8F9762
Text Example
Text Example
White with #8F9762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9762; }
p { color: rgb(143,151,98); }
H1.HeaderClassName
{
color: #8F9762;
}
.AnyTagClassName
{
color: #8F9762;
}
</style>
background-color css
<style>
a { background-color: #8F9762; }
a { background-color: rgb(143,151,98); }
div.DivClassName
{
background-color: #8F9762;
}
.BgClassName
{
background-color: #8F9762;
}
</style>
border-color css
<style>
span { border-color: #8F9762; }
span { border-color: rgb(143,151,98); }
td.TdClassName
{
border-color: #8F9762;
}
.TagClassName
{
border-color: #8F9762;
}
</style>