Shades of Avocado #97975A
Tints of Avocado #97975A
RGB
CMYK
RGB Variations
Color information
#97975A (or 0x97975A) is known color: Avocado. HEX triplet: 97, 97 and 5A. RGB value is (151,151,90). Sum of RGB (Red+Green+Blue) = 151+151+90=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97975A is #6868A5. Grayscale: #909090. Windows color (decimal): -6842534 or 5937047. OLE color: 5937047.
HSL color Cylindrical-coordinate representation of color #97975A: hue angle of 60º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97975A is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 151 | 90 | - |
| CMYK | 0 | 0 | 0.40 | 0.41 |
| HSL | 60º | 0.25% | 0.47% | - |
| HSV(B) | 60º | 0.4% | 0.59% | - |
| XYZ | 25.67 | 29.45 | 14 | - |
| YUV | 144.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 151 | 90 | 0 | 0 | 0.40 | 0.41 | 60 | 0.25 | 0.47 |
| Hex | 97 | 97 | 5A | 0 | 0 | 28 | 29 | 3C | 19 | 2F |
| Octal | 227 | 227 | 132 | 0 | 0 | 50 | 51 | 74 | 31 | 57 |
| Binary | 10010111 | 10010111 | 1011010 | 0 | 0 | 101000 | 101001 | 111100 | 11001 | 101111 |
Color Harmonies of #97975A
Complementary color
Monochromatic Colors of #97975A
Black with #97975A
Text Example
Text Example
White with #97975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97975A; }
p { color: rgb(151,151,90); }
H1.HeaderClassName
{
color: #97975A;
}
.AnyTagClassName
{
color: #97975A;
}
</style>
background-color css
<style>
a { background-color: #97975A; }
a { background-color: rgb(151,151,90); }
div.DivClassName
{
background-color: #97975A;
}
.BgClassName
{
background-color: #97975A;
}
</style>
border-color css
<style>
span { border-color: #97975A; }
span { border-color: rgb(151,151,90); }
td.TdClassName
{
border-color: #97975A;
}
.TagClassName
{
border-color: #97975A;
}
</style>