Shades of Asparagus #74A35C
Tints of Asparagus #74A35C
RGB
CMYK
RGB Variations
Color information
#74A35C (or 0x74A35C) is known color: Asparagus. HEX triplet: 74, A3 and 5C. RGB value is (116,163,92). Sum of RGB (Red+Green+Blue) = 116+163+92=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #74A35C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A35C is #8B5CA3. Grayscale: #8D8D8D. Windows color (decimal): -9133220 or 6071156. OLE color: 6071156.
HSL color Cylindrical-coordinate representation of color #74A35C: hue angle of 99.72º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74A35C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 163 | 92 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.36 |
| HSL | 99.72º | 0.28% | 0.5% | - |
| HSV(B) | 99.72º | 0.44% | 0.64% | - |
| XYZ | 22.23 | 30.68 | 14.88 | - |
| YUV | 140.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 163 | 92 | 0.29 | 0 | 0.44 | 0.36 | 99.72 | 0.28 | 0.5 |
| Hex | 74 | A3 | 5C | 1D | 0 | 2C | 24 | 64 | 1C | 32 |
| Octal | 164 | 243 | 134 | 35 | 0 | 54 | 44 | 144 | 34 | 62 |
| Binary | 1110100 | 10100011 | 1011100 | 11101 | 0 | 101100 | 100100 | 1100100 | 11100 | 110010 |
Color Harmonies of #74A35C
Complementary color
Monochromatic Colors of #74A35C
Black with #74A35C
Text Example
Text Example
White with #74A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A35C; }
p { color: rgb(116,163,92); }
H1.HeaderClassName
{
color: #74A35C;
}
.AnyTagClassName
{
color: #74A35C;
}
</style>
background-color css
<style>
a { background-color: #74A35C; }
a { background-color: rgb(116,163,92); }
div.DivClassName
{
background-color: #74A35C;
}
.BgClassName
{
background-color: #74A35C;
}
</style>
border-color css
<style>
span { border-color: #74A35C; }
span { border-color: rgb(116,163,92); }
td.TdClassName
{
border-color: #74A35C;
}
.TagClassName
{
border-color: #74A35C;
}
</style>