Shades of Avocado #99975A
Tints of Avocado #99975A
RGB
CMYK
RGB Variations
Color information
#99975A (or 0x99975A) is known color: Avocado. HEX triplet: 99, 97 and 5A. RGB value is (153,151,90). Sum of RGB (Red+Green+Blue) = 153+151+90=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99975A is #6668A5. Grayscale: #909090. Windows color (decimal): -6711462 or 5937049. OLE color: 5937049.
HSL color Cylindrical-coordinate representation of color #99975A: hue angle of 58.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99975A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 151 | 90 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.4 |
| HSL | 58.1º | 0.26% | 0.48% | - |
| HSV(B) | 58.1º | 0.41% | 0.6% | - |
| XYZ | 26.05 | 29.64 | 14.02 | - |
| YUV | 144.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 90 | 0 | 0.01 | 0.41 | 0.4 | 58.1 | 0.26 | 0.48 |
| Hex | 99 | 97 | 5A | 0 | 1 | 29 | 28 | 3A | 1A | 30 |
| Octal | 231 | 227 | 132 | 0 | 1 | 51 | 50 | 72 | 32 | 60 |
| Binary | 10011001 | 10010111 | 1011010 | 0 | 1 | 101001 | 101000 | 111010 | 11010 | 110000 |
Color Harmonies of #99975A
Complementary color
Monochromatic Colors of #99975A
Black with #99975A
Text Example
Text Example
White with #99975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99975A; }
p { color: rgb(153,151,90); }
H1.HeaderClassName
{
color: #99975A;
}
.AnyTagClassName
{
color: #99975A;
}
</style>
background-color css
<style>
a { background-color: #99975A; }
a { background-color: rgb(153,151,90); }
div.DivClassName
{
background-color: #99975A;
}
.BgClassName
{
background-color: #99975A;
}
</style>
border-color css
<style>
span { border-color: #99975A; }
span { border-color: rgb(153,151,90); }
td.TdClassName
{
border-color: #99975A;
}
.TagClassName
{
border-color: #99975A;
}
</style>