Shades of Asparagus #799C52
Tints of Asparagus #799C52
RGB
CMYK
RGB Variations
Color information
#799C52 (or 0x799C52) is known color: Asparagus. HEX triplet: 79, 9C and 52. RGB value is (121,156,82). Sum of RGB (Red+Green+Blue) = 121+156+82=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #799C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799C52 is #8663AD. Grayscale: #898989. Windows color (decimal): -8807342 or 5414009. OLE color: 5414009.
HSL color Cylindrical-coordinate representation of color #799C52: hue angle of 88.38º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #799C52 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 82 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.39 |
| HSL | 88.38º | 0.31% | 0.47% | - |
| HSV(B) | 88.38º | 0.47% | 0.61% | - |
| XYZ | 21.3 | 28.45 | 12.35 | - |
| YUV | 137.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 82 | 0.22 | 0 | 0.47 | 0.39 | 88.38 | 0.31 | 0.47 |
| Hex | 79 | 9C | 52 | 16 | 0 | 2F | 27 | 58 | 1F | 2F |
| Octal | 171 | 234 | 122 | 26 | 0 | 57 | 47 | 130 | 37 | 57 |
| Binary | 1111001 | 10011100 | 1010010 | 10110 | 0 | 101111 | 100111 | 1011000 | 11111 | 101111 |
Color Harmonies of #799C52
Complementary color
Monochromatic Colors of #799C52
Black with #799C52
Text Example
Text Example
White with #799C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C52; }
p { color: rgb(121,156,82); }
H1.HeaderClassName
{
color: #799C52;
}
.AnyTagClassName
{
color: #799C52;
}
</style>
background-color css
<style>
a { background-color: #799C52; }
a { background-color: rgb(121,156,82); }
div.DivClassName
{
background-color: #799C52;
}
.BgClassName
{
background-color: #799C52;
}
</style>
border-color css
<style>
span { border-color: #799C52; }
span { border-color: rgb(121,156,82); }
td.TdClassName
{
border-color: #799C52;
}
.TagClassName
{
border-color: #799C52;
}
</style>