Shades of Avocado #95975E
Tints of Avocado #95975E
RGB
CMYK
RGB Variations
Color information
#95975E (or 0x95975E) is known color: Avocado. HEX triplet: 95, 97 and 5E. RGB value is (149,151,94). Sum of RGB (Red+Green+Blue) = 149+151+94=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #95975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95975E is #6A68A1. Grayscale: #909090. Windows color (decimal): -6973602 or 6199189. OLE color: 6199189.
HSL color Cylindrical-coordinate representation of color #95975E: hue angle of 62.11º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95975E is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 94 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.41 |
| HSL | 62.11º | 0.23% | 0.48% | - |
| HSV(B) | 62.11º | 0.38% | 0.59% | - |
| XYZ | 25.48 | 29.33 | 14.91 | - |
| YUV | 143.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 94 | 0.01 | 0 | 0.38 | 0.41 | 62.11 | 0.23 | 0.48 |
| Hex | 95 | 97 | 5E | 1 | 0 | 26 | 29 | 3E | 17 | 30 |
| Octal | 225 | 227 | 136 | 1 | 0 | 46 | 51 | 76 | 27 | 60 |
| Binary | 10010101 | 10010111 | 1011110 | 1 | 0 | 100110 | 101001 | 111110 | 10111 | 110000 |
Color Harmonies of #95975E
Complementary color
Monochromatic Colors of #95975E
Black with #95975E
Text Example
Text Example
White with #95975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95975E; }
p { color: rgb(149,151,94); }
H1.HeaderClassName
{
color: #95975E;
}
.AnyTagClassName
{
color: #95975E;
}
</style>
background-color css
<style>
a { background-color: #95975E; }
a { background-color: rgb(149,151,94); }
div.DivClassName
{
background-color: #95975E;
}
.BgClassName
{
background-color: #95975E;
}
</style>
border-color css
<style>
span { border-color: #95975E; }
span { border-color: rgb(149,151,94); }
td.TdClassName
{
border-color: #95975E;
}
.TagClassName
{
border-color: #95975E;
}
</style>