Shades of Asparagus #799952
Tints of Asparagus #799952
RGB
CMYK
RGB Variations
Color information
#799952 (or 0x799952) is known color: Asparagus. HEX triplet: 79, 99 and 52. RGB value is (121,153,82). Sum of RGB (Red+Green+Blue) = 121+153+82=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #799952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799952 is #8666AD. Grayscale: #878787. Windows color (decimal): -8808110 or 5413241. OLE color: 5413241.
HSL color Cylindrical-coordinate representation of color #799952: hue angle of 87.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #799952 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 153 | 82 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.4 |
| HSL | 87.04º | 0.3% | 0.46% | - |
| HSV(B) | 87.04º | 0.46% | 0.6% | - |
| XYZ | 20.8 | 27.46 | 12.19 | - |
| YUV | 135.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 82 | 0.21 | 0 | 0.46 | 0.4 | 87.04 | 0.3 | 0.46 |
| Hex | 79 | 99 | 52 | 15 | 0 | 2E | 28 | 57 | 1E | 2E |
| Octal | 171 | 231 | 122 | 25 | 0 | 56 | 50 | 127 | 36 | 56 |
| Binary | 1111001 | 10011001 | 1010010 | 10101 | 0 | 101110 | 101000 | 1010111 | 11110 | 101110 |
Color Harmonies of #799952
Complementary color
Monochromatic Colors of #799952
Black with #799952
Text Example
Text Example
White with #799952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799952; }
p { color: rgb(121,153,82); }
H1.HeaderClassName
{
color: #799952;
}
.AnyTagClassName
{
color: #799952;
}
</style>
background-color css
<style>
a { background-color: #799952; }
a { background-color: rgb(121,153,82); }
div.DivClassName
{
background-color: #799952;
}
.BgClassName
{
background-color: #799952;
}
</style>
border-color css
<style>
span { border-color: #799952; }
span { border-color: rgb(121,153,82); }
td.TdClassName
{
border-color: #799952;
}
.TagClassName
{
border-color: #799952;
}
</style>