Shades of Avocado #949567
Tints of Avocado #949567
RGB
CMYK
RGB Variations
Color information
#949567 (or 0x949567) is known color: Avocado. HEX triplet: 94, 95 and 67. RGB value is (148,149,103). Sum of RGB (Red+Green+Blue) = 148+149+103=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #949567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949567 is #6B6A98. Grayscale: #8F8F8F. Windows color (decimal): -7039641 or 6788500. OLE color: 6788500.
HSL color Cylindrical-coordinate representation of color #949567: hue angle of 61.3º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949567 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 149 | 103 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.42 |
| HSL | 61.3º | 0.18% | 0.49% | - |
| HSV(B) | 61.3º | 0.31% | 0.58% | - |
| XYZ | 25.41 | 28.77 | 17.05 | - |
| YUV | 143.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 103 | 0.01 | 0 | 0.31 | 0.42 | 61.3 | 0.18 | 0.49 |
| Hex | 94 | 95 | 67 | 1 | 0 | 1F | 2A | 3D | 12 | 31 |
| Octal | 224 | 225 | 147 | 1 | 0 | 37 | 52 | 75 | 22 | 61 |
| Binary | 10010100 | 10010101 | 1100111 | 1 | 0 | 11111 | 101010 | 111101 | 10010 | 110001 |
Color Harmonies of #949567
Complementary color
Monochromatic Colors of #949567
Black with #949567
Text Example
Text Example
White with #949567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949567; }
p { color: rgb(148,149,103); }
H1.HeaderClassName
{
color: #949567;
}
.AnyTagClassName
{
color: #949567;
}
</style>
background-color css
<style>
a { background-color: #949567; }
a { background-color: rgb(148,149,103); }
div.DivClassName
{
background-color: #949567;
}
.BgClassName
{
background-color: #949567;
}
</style>
border-color css
<style>
span { border-color: #949567; }
span { border-color: rgb(148,149,103); }
td.TdClassName
{
border-color: #949567;
}
.TagClassName
{
border-color: #949567;
}
</style>