Shades of Asparagus #74A95C
Tints of Asparagus #74A95C
RGB
CMYK
RGB Variations
Color information
#74A95C (or 0x74A95C) is known color: Asparagus. HEX triplet: 74, A9 and 5C. RGB value is (116,169,92). Sum of RGB (Red+Green+Blue) = 116+169+92=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #74A95C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A95C is #8B56A3. Grayscale: #909090. Windows color (decimal): -9131684 or 6072692. OLE color: 6072692.
HSL color Cylindrical-coordinate representation of color #74A95C: hue angle of 101.3º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74A95C is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 169 | 92 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.34 |
| HSL | 101.3º | 0.31% | 0.51% | - |
| HSV(B) | 101.3º | 0.46% | 0.66% | - |
| XYZ | 23.32 | 32.86 | 15.24 | - |
| YUV | 144.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 92 | 0.31 | 0 | 0.46 | 0.34 | 101.3 | 0.31 | 0.51 |
| Hex | 74 | A9 | 5C | 1F | 0 | 2E | 22 | 65 | 1F | 33 |
| Octal | 164 | 251 | 134 | 37 | 0 | 56 | 42 | 145 | 37 | 63 |
| Binary | 1110100 | 10101001 | 1011100 | 11111 | 0 | 101110 | 100010 | 1100101 | 11111 | 110011 |
Color Harmonies of #74A95C
Complementary color
Monochromatic Colors of #74A95C
Black with #74A95C
Text Example
Text Example
White with #74A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A95C; }
p { color: rgb(116,169,92); }
H1.HeaderClassName
{
color: #74A95C;
}
.AnyTagClassName
{
color: #74A95C;
}
</style>
background-color css
<style>
a { background-color: #74A95C; }
a { background-color: rgb(116,169,92); }
div.DivClassName
{
background-color: #74A95C;
}
.BgClassName
{
background-color: #74A95C;
}
</style>
border-color css
<style>
span { border-color: #74A95C; }
span { border-color: rgb(116,169,92); }
td.TdClassName
{
border-color: #74A95C;
}
.TagClassName
{
border-color: #74A95C;
}
</style>