Shades of Avocado #969C70
Tints of Avocado #969C70
RGB
CMYK
RGB Variations
Color information
#969C70 (or 0x969C70) is known color: Avocado. HEX triplet: 96, 9C and 70. RGB value is (150,156,112). Sum of RGB (Red+Green+Blue) = 150+156+112=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 156 - color contains mainly: green. Hex color #969C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C70 is #69638F. Grayscale: #959595. Windows color (decimal): -6906768 or 7380118. OLE color: 7380118.
HSL color Cylindrical-coordinate representation of color #969C70: hue angle of 68.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #969C70 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 112 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.39 |
| HSL | 68.18º | 0.18% | 0.53% | - |
| HSV(B) | 68.18º | 0.28% | 0.61% | - |
| XYZ | 27.39 | 31.43 | 19.95 | - |
| YUV | 149.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 112 | 0.04 | 0 | 0.28 | 0.39 | 68.18 | 0.18 | 0.53 |
| Hex | 96 | 9C | 70 | 4 | 0 | 1C | 27 | 44 | 12 | 35 |
| Octal | 226 | 234 | 160 | 4 | 0 | 34 | 47 | 104 | 22 | 65 |
| Binary | 10010110 | 10011100 | 1110000 | 100 | 0 | 11100 | 100111 | 1000100 | 10010 | 110101 |
Color Harmonies of #969C70
Complementary color
Monochromatic Colors of #969C70
Black with #969C70
Text Example
Text Example
White with #969C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C70; }
p { color: rgb(150,156,112); }
H1.HeaderClassName
{
color: #969C70;
}
.AnyTagClassName
{
color: #969C70;
}
</style>
background-color css
<style>
a { background-color: #969C70; }
a { background-color: rgb(150,156,112); }
div.DivClassName
{
background-color: #969C70;
}
.BgClassName
{
background-color: #969C70;
}
</style>
border-color css
<style>
span { border-color: #969C70; }
span { border-color: rgb(150,156,112); }
td.TdClassName
{
border-color: #969C70;
}
.TagClassName
{
border-color: #969C70;
}
</style>