Shades of Asparagus #74A65C
Tints of Asparagus #74A65C
RGB
CMYK
RGB Variations
Color information
#74A65C (or 0x74A65C) is known color: Asparagus. HEX triplet: 74, A6 and 5C. RGB value is (116,166,92). Sum of RGB (Red+Green+Blue) = 116+166+92=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #74A65C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A65C is #8B59A3. Grayscale: #8E8E8E. Windows color (decimal): -9132452 or 6071924. OLE color: 6071924.
HSL color Cylindrical-coordinate representation of color #74A65C: hue angle of 100.54º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74A65C is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 92 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.35 |
| HSL | 100.54º | 0.29% | 0.51% | - |
| HSV(B) | 100.54º | 0.45% | 0.65% | - |
| XYZ | 22.77 | 31.76 | 15.06 | - |
| YUV | 142.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 92 | 0.30 | 0 | 0.45 | 0.35 | 100.54 | 0.29 | 0.51 |
| Hex | 74 | A6 | 5C | 1E | 0 | 2D | 23 | 65 | 1D | 33 |
| Octal | 164 | 246 | 134 | 36 | 0 | 55 | 43 | 145 | 35 | 63 |
| Binary | 1110100 | 10100110 | 1011100 | 11110 | 0 | 101101 | 100011 | 1100101 | 11101 | 110011 |
Color Harmonies of #74A65C
Complementary color
Monochromatic Colors of #74A65C
Black with #74A65C
Text Example
Text Example
White with #74A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A65C; }
p { color: rgb(116,166,92); }
H1.HeaderClassName
{
color: #74A65C;
}
.AnyTagClassName
{
color: #74A65C;
}
</style>
background-color css
<style>
a { background-color: #74A65C; }
a { background-color: rgb(116,166,92); }
div.DivClassName
{
background-color: #74A65C;
}
.BgClassName
{
background-color: #74A65C;
}
</style>
border-color css
<style>
span { border-color: #74A65C; }
span { border-color: rgb(116,166,92); }
td.TdClassName
{
border-color: #74A65C;
}
.TagClassName
{
border-color: #74A65C;
}
</style>