Shades of Avocado #949768
Tints of Avocado #949768
RGB
CMYK
RGB Variations
Color information
#949768 (or 0x949768) is known color: Avocado. HEX triplet: 94, 97 and 68. RGB value is (148,151,104). Sum of RGB (Red+Green+Blue) = 148+151+104=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #949768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949768 is #6B6897. Grayscale: #909090. Windows color (decimal): -7039128 or 6854548. OLE color: 6854548.
HSL color Cylindrical-coordinate representation of color #949768: hue angle of 63.83º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949768 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 151 | 104 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.41 |
| HSL | 63.83º | 0.18% | 0.5% | - |
| HSV(B) | 63.83º | 0.31% | 0.59% | - |
| XYZ | 25.78 | 29.43 | 17.42 | - |
| YUV | 144.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 104 | 0.02 | 0 | 0.31 | 0.41 | 63.83 | 0.18 | 0.5 |
| Hex | 94 | 97 | 68 | 2 | 0 | 1F | 29 | 40 | 12 | 32 |
| Octal | 224 | 227 | 150 | 2 | 0 | 37 | 51 | 100 | 22 | 62 |
| Binary | 10010100 | 10010111 | 1101000 | 10 | 0 | 11111 | 101001 | 1000000 | 10010 | 110010 |
Color Harmonies of #949768
Complementary color
Monochromatic Colors of #949768
Black with #949768
Text Example
Text Example
White with #949768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949768; }
p { color: rgb(148,151,104); }
H1.HeaderClassName
{
color: #949768;
}
.AnyTagClassName
{
color: #949768;
}
</style>
background-color css
<style>
a { background-color: #949768; }
a { background-color: rgb(148,151,104); }
div.DivClassName
{
background-color: #949768;
}
.BgClassName
{
background-color: #949768;
}
</style>
border-color css
<style>
span { border-color: #949768; }
span { border-color: rgb(148,151,104); }
td.TdClassName
{
border-color: #949768;
}
.TagClassName
{
border-color: #949768;
}
</style>