Shades of Asparagus #71974A
Tints of Asparagus #71974A
RGB
CMYK
RGB Variations
Color information
#71974A (or 0x71974A) is known color: Asparagus. HEX triplet: 71, 97 and 4A. RGB value is (113,151,74). Sum of RGB (Red+Green+Blue) = 113+151+74=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #71974A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71974A is #8E68B5. Grayscale: #838383. Windows color (decimal): -9332918 or 4888433. OLE color: 4888433.
HSL color Cylindrical-coordinate representation of color #71974A: hue angle of 89.61º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71974A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 74 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.41 |
| HSL | 89.61º | 0.34% | 0.44% | - |
| HSV(B) | 89.61º | 0.51% | 0.59% | - |
| XYZ | 19.11 | 26.14 | 10.52 | - |
| YUV | 130.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 74 | 0.25 | 0 | 0.51 | 0.41 | 89.61 | 0.34 | 0.44 |
| Hex | 71 | 97 | 4A | 19 | 0 | 33 | 29 | 5A | 22 | 2C |
| Octal | 161 | 227 | 112 | 31 | 0 | 63 | 51 | 132 | 42 | 54 |
| Binary | 1110001 | 10010111 | 1001010 | 11001 | 0 | 110011 | 101001 | 1011010 | 100010 | 101100 |
Color Harmonies of #71974A
Complementary color
Monochromatic Colors of #71974A
Black with #71974A
Text Example
Text Example
White with #71974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71974A; }
p { color: rgb(113,151,74); }
H1.HeaderClassName
{
color: #71974A;
}
.AnyTagClassName
{
color: #71974A;
}
</style>
background-color css
<style>
a { background-color: #71974A; }
a { background-color: rgb(113,151,74); }
div.DivClassName
{
background-color: #71974A;
}
.BgClassName
{
background-color: #71974A;
}
</style>
border-color css
<style>
span { border-color: #71974A; }
span { border-color: rgb(113,151,74); }
td.TdClassName
{
border-color: #71974A;
}
.TagClassName
{
border-color: #71974A;
}
</style>