Shades of Avocado #949B63
Tints of Avocado #949B63
RGB
CMYK
RGB Variations
Color information
#949B63 (or 0x949B63) is known color: Avocado. HEX triplet: 94, 9B and 63. RGB value is (148,155,99). Sum of RGB (Red+Green+Blue) = 148+155+99=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #949B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B63 is #6B649C. Grayscale: #929292. Windows color (decimal): -7038109 or 6527892. OLE color: 6527892.
HSL color Cylindrical-coordinate representation of color #949B63: hue angle of 67.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949B63 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 99 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.39 |
| HSL | 67.5º | 0.22% | 0.5% | - |
| HSV(B) | 67.5º | 0.36% | 0.61% | - |
| XYZ | 26.19 | 30.64 | 16.34 | - |
| YUV | 146.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 99 | 0.05 | 0 | 0.36 | 0.39 | 67.5 | 0.22 | 0.5 |
| Hex | 94 | 9B | 63 | 5 | 0 | 24 | 27 | 44 | 16 | 32 |
| Octal | 224 | 233 | 143 | 5 | 0 | 44 | 47 | 104 | 26 | 62 |
| Binary | 10010100 | 10011011 | 1100011 | 101 | 0 | 100100 | 100111 | 1000100 | 10110 | 110010 |
Color Harmonies of #949B63
Complementary color
Monochromatic Colors of #949B63
Black with #949B63
Text Example
Text Example
White with #949B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B63; }
p { color: rgb(148,155,99); }
H1.HeaderClassName
{
color: #949B63;
}
.AnyTagClassName
{
color: #949B63;
}
</style>
background-color css
<style>
a { background-color: #949B63; }
a { background-color: rgb(148,155,99); }
div.DivClassName
{
background-color: #949B63;
}
.BgClassName
{
background-color: #949B63;
}
</style>
border-color css
<style>
span { border-color: #949B63; }
span { border-color: rgb(148,155,99); }
td.TdClassName
{
border-color: #949B63;
}
.TagClassName
{
border-color: #949B63;
}
</style>