Shades of Asparagus #84A768
Tints of Asparagus #84A768
RGB
CMYK
RGB Variations
Color information
#84A768 (or 0x84A768) is known color: Asparagus. HEX triplet: 84, A7 and 68. RGB value is (132,167,104). Sum of RGB (Red+Green+Blue) = 132+167+104=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #84A768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A768 is #7B5897. Grayscale: #959595. Windows color (decimal): -8083608 or 6858628. OLE color: 6858628.
HSL color Cylindrical-coordinate representation of color #84A768: hue angle of 93.33º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84A768 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 104 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.35 |
| HSL | 93.33º | 0.26% | 0.53% | - |
| HSV(B) | 93.33º | 0.38% | 0.65% | - |
| XYZ | 25.83 | 33.54 | 18.21 | - |
| YUV | 149.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 104 | 0.21 | 0 | 0.38 | 0.35 | 93.33 | 0.26 | 0.53 |
| Hex | 84 | A7 | 68 | 15 | 0 | 26 | 23 | 5D | 1A | 35 |
| Octal | 204 | 247 | 150 | 25 | 0 | 46 | 43 | 135 | 32 | 65 |
| Binary | 10000100 | 10100111 | 1101000 | 10101 | 0 | 100110 | 100011 | 1011101 | 11010 | 110101 |
Color Harmonies of #84A768
Complementary color
Monochromatic Colors of #84A768
Black with #84A768
Text Example
Text Example
White with #84A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A768; }
p { color: rgb(132,167,104); }
H1.HeaderClassName
{
color: #84A768;
}
.AnyTagClassName
{
color: #84A768;
}
</style>
background-color css
<style>
a { background-color: #84A768; }
a { background-color: rgb(132,167,104); }
div.DivClassName
{
background-color: #84A768;
}
.BgClassName
{
background-color: #84A768;
}
</style>
border-color css
<style>
span { border-color: #84A768; }
span { border-color: rgb(132,167,104); }
td.TdClassName
{
border-color: #84A768;
}
.TagClassName
{
border-color: #84A768;
}
</style>