Shades of Asparagus #74A350
Tints of Asparagus #74A350
RGB
CMYK
RGB Variations
Color information
#74A350 (or 0x74A350) is known color: Asparagus. HEX triplet: 74, A3 and 50. RGB value is (116,163,80). Sum of RGB (Red+Green+Blue) = 116+163+80=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #74A350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A350 is #8B5CAF. Grayscale: #8B8B8B. Windows color (decimal): -9133232 or 5284724. OLE color: 5284724.
HSL color Cylindrical-coordinate representation of color #74A350: hue angle of 93.98º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74A350 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 163 | 80 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.36 |
| HSL | 93.98º | 0.34% | 0.48% | - |
| HSV(B) | 93.98º | 0.51% | 0.64% | - |
| XYZ | 21.75 | 30.49 | 12.33 | - |
| YUV | 139.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 163 | 80 | 0.29 | 0 | 0.51 | 0.36 | 93.98 | 0.34 | 0.48 |
| Hex | 74 | A3 | 50 | 1D | 0 | 33 | 24 | 5E | 22 | 30 |
| Octal | 164 | 243 | 120 | 35 | 0 | 63 | 44 | 136 | 42 | 60 |
| Binary | 1110100 | 10100011 | 1010000 | 11101 | 0 | 110011 | 100100 | 1011110 | 100010 | 110000 |
Color Harmonies of #74A350
Complementary color
Monochromatic Colors of #74A350
Black with #74A350
Text Example
Text Example
White with #74A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A350; }
p { color: rgb(116,163,80); }
H1.HeaderClassName
{
color: #74A350;
}
.AnyTagClassName
{
color: #74A350;
}
</style>
background-color css
<style>
a { background-color: #74A350; }
a { background-color: rgb(116,163,80); }
div.DivClassName
{
background-color: #74A350;
}
.BgClassName
{
background-color: #74A350;
}
</style>
border-color css
<style>
span { border-color: #74A350; }
span { border-color: rgb(116,163,80); }
td.TdClassName
{
border-color: #74A350;
}
.TagClassName
{
border-color: #74A350;
}
</style>