Shades of Avocado #9B9E67
Tints of Avocado #9B9E67
RGB
CMYK
RGB Variations
Color information
#9B9E67 (or 0x9B9E67) is known color: Avocado. HEX triplet: 9B, 9E and 67. RGB value is (155,158,103). Sum of RGB (Red+Green+Blue) = 155+158+103=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9E67 is #646198. Grayscale: #979797. Windows color (decimal): -6578585 or 6790811. OLE color: 6790811.
HSL color Cylindrical-coordinate representation of color #9B9E67: hue angle of 63.27º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9E67 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 158 | 103 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.38 |
| HSL | 63.27º | 0.22% | 0.51% | - |
| HSV(B) | 63.27º | 0.35% | 0.62% | - |
| XYZ | 28.19 | 32.4 | 17.6 | - |
| YUV | 150.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 103 | 0.02 | 0 | 0.35 | 0.38 | 63.27 | 0.22 | 0.51 |
| Hex | 9B | 9E | 67 | 2 | 0 | 23 | 26 | 3F | 16 | 33 |
| Octal | 233 | 236 | 147 | 2 | 0 | 43 | 46 | 77 | 26 | 63 |
| Binary | 10011011 | 10011110 | 1100111 | 10 | 0 | 100011 | 100110 | 111111 | 10110 | 110011 |
Color Harmonies of #9B9E67
Complementary color
Monochromatic Colors of #9B9E67
Black with #9B9E67
Text Example
Text Example
White with #9B9E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9E67; }
p { color: rgb(155,158,103); }
H1.HeaderClassName
{
color: #9B9E67;
}
.AnyTagClassName
{
color: #9B9E67;
}
</style>
background-color css
<style>
a { background-color: #9B9E67; }
a { background-color: rgb(155,158,103); }
div.DivClassName
{
background-color: #9B9E67;
}
.BgClassName
{
background-color: #9B9E67;
}
</style>
border-color css
<style>
span { border-color: #9B9E67; }
span { border-color: rgb(155,158,103); }
td.TdClassName
{
border-color: #9B9E67;
}
.TagClassName
{
border-color: #9B9E67;
}
</style>