Shades of Asparagus #799D5D
Tints of Asparagus #799D5D
RGB
CMYK
RGB Variations
Color information
#799D5D (or 0x799D5D) is known color: Asparagus. HEX triplet: 79, 9D and 5D. RGB value is (121,157,93). Sum of RGB (Red+Green+Blue) = 121+157+93=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #799D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D5D is #8662A2. Grayscale: #8B8B8B. Windows color (decimal): -8807075 or 6135161. OLE color: 6135161.
HSL color Cylindrical-coordinate representation of color #799D5D: hue angle of 93.75º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #799D5D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 93 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.38 |
| HSL | 93.75º | 0.26% | 0.49% | - |
| HSV(B) | 93.75º | 0.41% | 0.62% | - |
| XYZ | 21.92 | 28.97 | 14.79 | - |
| YUV | 138.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 93 | 0.23 | 0 | 0.41 | 0.38 | 93.75 | 0.26 | 0.49 |
| Hex | 79 | 9D | 5D | 17 | 0 | 29 | 26 | 5E | 1A | 31 |
| Octal | 171 | 235 | 135 | 27 | 0 | 51 | 46 | 136 | 32 | 61 |
| Binary | 1111001 | 10011101 | 1011101 | 10111 | 0 | 101001 | 100110 | 1011110 | 11010 | 110001 |
Color Harmonies of #799D5D
Complementary color
Monochromatic Colors of #799D5D
Black with #799D5D
Text Example
Text Example
White with #799D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D5D; }
p { color: rgb(121,157,93); }
H1.HeaderClassName
{
color: #799D5D;
}
.AnyTagClassName
{
color: #799D5D;
}
</style>
background-color css
<style>
a { background-color: #799D5D; }
a { background-color: rgb(121,157,93); }
div.DivClassName
{
background-color: #799D5D;
}
.BgClassName
{
background-color: #799D5D;
}
</style>
border-color css
<style>
span { border-color: #799D5D; }
span { border-color: rgb(121,157,93); }
td.TdClassName
{
border-color: #799D5D;
}
.TagClassName
{
border-color: #799D5D;
}
</style>