Shades of Avocado #979B5C
Tints of Avocado #979B5C
RGB
CMYK
RGB Variations
Color information
#979B5C (or 0x979B5C) is known color: Avocado. HEX triplet: 97, 9B and 5C. RGB value is (151,155,92). Sum of RGB (Red+Green+Blue) = 151+155+92=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #979B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B5C is #6864A3. Grayscale: #929292. Windows color (decimal): -6841508 or 6069143. OLE color: 6069143.
HSL color Cylindrical-coordinate representation of color #979B5C: hue angle of 63.81º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #979B5C is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 155 | 92 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.39 |
| HSL | 63.81º | 0.26% | 0.48% | - |
| HSV(B) | 63.81º | 0.41% | 0.61% | - |
| XYZ | 26.42 | 30.79 | 14.68 | - |
| YUV | 146.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 92 | 0.03 | 0 | 0.41 | 0.39 | 63.81 | 0.26 | 0.48 |
| Hex | 97 | 9B | 5C | 3 | 0 | 29 | 27 | 40 | 1A | 30 |
| Octal | 227 | 233 | 134 | 3 | 0 | 51 | 47 | 100 | 32 | 60 |
| Binary | 10010111 | 10011011 | 1011100 | 11 | 0 | 101001 | 100111 | 1000000 | 11010 | 110000 |
Color Harmonies of #979B5C
Complementary color
Monochromatic Colors of #979B5C
Black with #979B5C
Text Example
Text Example
White with #979B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979B5C; }
p { color: rgb(151,155,92); }
H1.HeaderClassName
{
color: #979B5C;
}
.AnyTagClassName
{
color: #979B5C;
}
</style>
background-color css
<style>
a { background-color: #979B5C; }
a { background-color: rgb(151,155,92); }
div.DivClassName
{
background-color: #979B5C;
}
.BgClassName
{
background-color: #979B5C;
}
</style>
border-color css
<style>
span { border-color: #979B5C; }
span { border-color: rgb(151,155,92); }
td.TdClassName
{
border-color: #979B5C;
}
.TagClassName
{
border-color: #979B5C;
}
</style>