Shades of Asparagus #74A95A
Tints of Asparagus #74A95A
RGB
CMYK
RGB Variations
Color information
#74A95A (or 0x74A95A) is known color: Asparagus. HEX triplet: 74, A9 and 5A. RGB value is (116,169,90). Sum of RGB (Red+Green+Blue) = 116+169+90=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #74A95A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A95A is #8B56A5. Grayscale: #909090. Windows color (decimal): -9131686 or 5941620. OLE color: 5941620.
HSL color Cylindrical-coordinate representation of color #74A95A: hue angle of 100.25º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74A95A is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 169 | 90 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.34 |
| HSL | 100.25º | 0.31% | 0.51% | - |
| HSV(B) | 100.25º | 0.47% | 0.66% | - |
| XYZ | 23.24 | 32.83 | 14.78 | - |
| YUV | 144.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 90 | 0.31 | 0 | 0.47 | 0.34 | 100.25 | 0.31 | 0.51 |
| Hex | 74 | A9 | 5A | 1F | 0 | 2F | 22 | 64 | 1F | 33 |
| Octal | 164 | 251 | 132 | 37 | 0 | 57 | 42 | 144 | 37 | 63 |
| Binary | 1110100 | 10101001 | 1011010 | 11111 | 0 | 101111 | 100010 | 1100100 | 11111 | 110011 |
Color Harmonies of #74A95A
Complementary color
Monochromatic Colors of #74A95A
Black with #74A95A
Text Example
Text Example
White with #74A95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A95A; }
p { color: rgb(116,169,90); }
H1.HeaderClassName
{
color: #74A95A;
}
.AnyTagClassName
{
color: #74A95A;
}
</style>
background-color css
<style>
a { background-color: #74A95A; }
a { background-color: rgb(116,169,90); }
div.DivClassName
{
background-color: #74A95A;
}
.BgClassName
{
background-color: #74A95A;
}
</style>
border-color css
<style>
span { border-color: #74A95A; }
span { border-color: rgb(116,169,90); }
td.TdClassName
{
border-color: #74A95A;
}
.TagClassName
{
border-color: #74A95A;
}
</style>