Shades of Asparagus #74A25D
Tints of Asparagus #74A25D
RGB
CMYK
RGB Variations
Color information
#74A25D (or 0x74A25D) is known color: Asparagus. HEX triplet: 74, A2 and 5D. RGB value is (116,162,93). Sum of RGB (Red+Green+Blue) = 116+162+93=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #74A25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A25D is #8B5DA2. Grayscale: #8C8C8C. Windows color (decimal): -9133475 or 6136436. OLE color: 6136436.
HSL color Cylindrical-coordinate representation of color #74A25D: hue angle of 100º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74A25D is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 93 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.36 |
| HSL | 100º | 0.27% | 0.5% | - |
| HSV(B) | 100º | 0.43% | 0.64% | - |
| XYZ | 22.1 | 30.34 | 15.05 | - |
| YUV | 140.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 93 | 0.28 | 0 | 0.43 | 0.36 | 100 | 0.27 | 0.5 |
| Hex | 74 | A2 | 5D | 1C | 0 | 2B | 24 | 64 | 1B | 32 |
| Octal | 164 | 242 | 135 | 34 | 0 | 53 | 44 | 144 | 33 | 62 |
| Binary | 1110100 | 10100010 | 1011101 | 11100 | 0 | 101011 | 100100 | 1100100 | 11011 | 110010 |
Color Harmonies of #74A25D
Complementary color
Monochromatic Colors of #74A25D
Black with #74A25D
Text Example
Text Example
White with #74A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A25D; }
p { color: rgb(116,162,93); }
H1.HeaderClassName
{
color: #74A25D;
}
.AnyTagClassName
{
color: #74A25D;
}
</style>
background-color css
<style>
a { background-color: #74A25D; }
a { background-color: rgb(116,162,93); }
div.DivClassName
{
background-color: #74A25D;
}
.BgClassName
{
background-color: #74A25D;
}
</style>
border-color css
<style>
span { border-color: #74A25D; }
span { border-color: rgb(116,162,93); }
td.TdClassName
{
border-color: #74A25D;
}
.TagClassName
{
border-color: #74A25D;
}
</style>