Shades of Asparagus #799951
Tints of Asparagus #799951
RGB
CMYK
RGB Variations
Color information
#799951 (or 0x799951) is known color: Asparagus. HEX triplet: 79, 99 and 51. RGB value is (121,153,81). Sum of RGB (Red+Green+Blue) = 121+153+81=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #799951 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799951 is #8666AE. Grayscale: #878787. Windows color (decimal): -8808111 or 5347705. OLE color: 5347705.
HSL color Cylindrical-coordinate representation of color #799951: hue angle of 86.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #799951 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 153 | 81 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.4 |
| HSL | 86.67º | 0.31% | 0.46% | - |
| HSV(B) | 86.67º | 0.47% | 0.6% | - |
| XYZ | 20.76 | 27.44 | 11.99 | - |
| YUV | 135.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 81 | 0.21 | 0 | 0.47 | 0.4 | 86.67 | 0.31 | 0.46 |
| Hex | 79 | 99 | 51 | 15 | 0 | 2F | 28 | 57 | 1F | 2E |
| Octal | 171 | 231 | 121 | 25 | 0 | 57 | 50 | 127 | 37 | 56 |
| Binary | 1111001 | 10011001 | 1010001 | 10101 | 0 | 101111 | 101000 | 1010111 | 11111 | 101110 |
Color Harmonies of #799951
Complementary color
Monochromatic Colors of #799951
Black with #799951
Text Example
Text Example
White with #799951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799951; }
p { color: rgb(121,153,81); }
H1.HeaderClassName
{
color: #799951;
}
.AnyTagClassName
{
color: #799951;
}
</style>
background-color css
<style>
a { background-color: #799951; }
a { background-color: rgb(121,153,81); }
div.DivClassName
{
background-color: #799951;
}
.BgClassName
{
background-color: #799951;
}
</style>
border-color css
<style>
span { border-color: #799951; }
span { border-color: rgb(121,153,81); }
td.TdClassName
{
border-color: #799951;
}
.TagClassName
{
border-color: #799951;
}
</style>