Shades of Avocado #949B61
Tints of Avocado #949B61
RGB
CMYK
RGB Variations
Color information
#949B61 (or 0x949B61) is known color: Avocado. HEX triplet: 94, 9B and 61. RGB value is (148,155,97). Sum of RGB (Red+Green+Blue) = 148+155+97=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #949B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B61 is #6B649E. Grayscale: #929292. Windows color (decimal): -7038111 or 6396820. OLE color: 6396820.
HSL color Cylindrical-coordinate representation of color #949B61: hue angle of 67.24º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #949B61 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 97 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.39 |
| HSL | 67.24º | 0.23% | 0.49% | - |
| HSV(B) | 67.24º | 0.37% | 0.61% | - |
| XYZ | 26.09 | 30.6 | 15.84 | - |
| YUV | 146.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 97 | 0.05 | 0 | 0.37 | 0.39 | 67.24 | 0.23 | 0.49 |
| Hex | 94 | 9B | 61 | 5 | 0 | 25 | 27 | 43 | 17 | 31 |
| Octal | 224 | 233 | 141 | 5 | 0 | 45 | 47 | 103 | 27 | 61 |
| Binary | 10010100 | 10011011 | 1100001 | 101 | 0 | 100101 | 100111 | 1000011 | 10111 | 110001 |
Color Harmonies of #949B61
Complementary color
Monochromatic Colors of #949B61
Black with #949B61
Text Example
Text Example
White with #949B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B61; }
p { color: rgb(148,155,97); }
H1.HeaderClassName
{
color: #949B61;
}
.AnyTagClassName
{
color: #949B61;
}
</style>
background-color css
<style>
a { background-color: #949B61; }
a { background-color: rgb(148,155,97); }
div.DivClassName
{
background-color: #949B61;
}
.BgClassName
{
background-color: #949B61;
}
</style>
border-color css
<style>
span { border-color: #949B61; }
span { border-color: rgb(148,155,97); }
td.TdClassName
{
border-color: #949B61;
}
.TagClassName
{
border-color: #949B61;
}
</style>