Shades of Avocado #9A9C67
Tints of Avocado #9A9C67
RGB
CMYK
RGB Variations
Color information
#9A9C67 (or 0x9A9C67) is known color: Avocado. HEX triplet: 9A, 9C and 67. RGB value is (154,156,103). Sum of RGB (Red+Green+Blue) = 154+156+103=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #9A9C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9C67 is #656398. Grayscale: #959595. Windows color (decimal): -6644633 or 6790298. OLE color: 6790298.
HSL color Cylindrical-coordinate representation of color #9A9C67: hue angle of 62.26º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A9C67 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 156 | 103 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.39 |
| HSL | 62.26º | 0.21% | 0.51% | - |
| HSV(B) | 62.26º | 0.34% | 0.61% | - |
| XYZ | 27.66 | 31.63 | 17.48 | - |
| YUV | 149.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 156 | 103 | 0.01 | 0 | 0.34 | 0.39 | 62.26 | 0.21 | 0.51 |
| Hex | 9A | 9C | 67 | 1 | 0 | 22 | 27 | 3E | 15 | 33 |
| Octal | 232 | 234 | 147 | 1 | 0 | 42 | 47 | 76 | 25 | 63 |
| Binary | 10011010 | 10011100 | 1100111 | 1 | 0 | 100010 | 100111 | 111110 | 10101 | 110011 |
Color Harmonies of #9A9C67
Complementary color
Monochromatic Colors of #9A9C67
Black with #9A9C67
Text Example
Text Example
White with #9A9C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9C67; }
p { color: rgb(154,156,103); }
H1.HeaderClassName
{
color: #9A9C67;
}
.AnyTagClassName
{
color: #9A9C67;
}
</style>
background-color css
<style>
a { background-color: #9A9C67; }
a { background-color: rgb(154,156,103); }
div.DivClassName
{
background-color: #9A9C67;
}
.BgClassName
{
background-color: #9A9C67;
}
</style>
border-color css
<style>
span { border-color: #9A9C67; }
span { border-color: rgb(154,156,103); }
td.TdClassName
{
border-color: #9A9C67;
}
.TagClassName
{
border-color: #9A9C67;
}
</style>