Shades of Avocado #97975B
Tints of Avocado #97975B
RGB
CMYK
RGB Variations
Color information
#97975B (or 0x97975B) is known color: Avocado. HEX triplet: 97, 97 and 5B. RGB value is (151,151,91). Sum of RGB (Red+Green+Blue) = 151+151+91=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97975B is #6868A4. Grayscale: #909090. Windows color (decimal): -6842533 or 6002583. OLE color: 6002583.
HSL color Cylindrical-coordinate representation of color #97975B: 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 #97975B is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 151 | 91 | - |
| CMYK | 0 | 0 | 0.40 | 0.41 |
| HSL | 60º | 0.25% | 0.47% | - |
| HSV(B) | 60º | 0.4% | 0.59% | - |
| XYZ | 25.72 | 29.47 | 14.23 | - |
| YUV | 144.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 151 | 91 | 0 | 0 | 0.40 | 0.41 | 60 | 0.25 | 0.47 |
| Hex | 97 | 97 | 5B | 0 | 0 | 28 | 29 | 3C | 19 | 2F |
| Octal | 227 | 227 | 133 | 0 | 0 | 50 | 51 | 74 | 31 | 57 |
| Binary | 10010111 | 10010111 | 1011011 | 0 | 0 | 101000 | 101001 | 111100 | 11001 | 101111 |
Color Harmonies of #97975B
Complementary color
Monochromatic Colors of #97975B
Black with #97975B
Text Example
Text Example
White with #97975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97975B; }
p { color: rgb(151,151,91); }
H1.HeaderClassName
{
color: #97975B;
}
.AnyTagClassName
{
color: #97975B;
}
</style>
background-color css
<style>
a { background-color: #97975B; }
a { background-color: rgb(151,151,91); }
div.DivClassName
{
background-color: #97975B;
}
.BgClassName
{
background-color: #97975B;
}
</style>
border-color css
<style>
span { border-color: #97975B; }
span { border-color: rgb(151,151,91); }
td.TdClassName
{
border-color: #97975B;
}
.TagClassName
{
border-color: #97975B;
}
</style>