Shades of Asparagus #749D5C
Tints of Asparagus #749D5C
RGB
CMYK
RGB Variations
Color information
#749D5C (or 0x749D5C) is known color: Asparagus. HEX triplet: 74, 9D and 5C. RGB value is (116,157,92). Sum of RGB (Red+Green+Blue) = 116+157+92=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #749D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D5C is #8B62A3. Grayscale: #898989. Windows color (decimal): -9134756 or 6069620. OLE color: 6069620.
HSL color Cylindrical-coordinate representation of color #749D5C: hue angle of 97.85º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749D5C is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 92 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.38 |
| HSL | 97.85º | 0.26% | 0.49% | - |
| HSV(B) | 97.85º | 0.41% | 0.62% | - |
| XYZ | 21.19 | 28.6 | 14.53 | - |
| YUV | 137.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 92 | 0.26 | 0 | 0.41 | 0.38 | 97.85 | 0.26 | 0.49 |
| Hex | 74 | 9D | 5C | 1A | 0 | 29 | 26 | 62 | 1A | 31 |
| Octal | 164 | 235 | 134 | 32 | 0 | 51 | 46 | 142 | 32 | 61 |
| Binary | 1110100 | 10011101 | 1011100 | 11010 | 0 | 101001 | 100110 | 1100010 | 11010 | 110001 |
Color Harmonies of #749D5C
Complementary color
Monochromatic Colors of #749D5C
Black with #749D5C
Text Example
Text Example
White with #749D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D5C; }
p { color: rgb(116,157,92); }
H1.HeaderClassName
{
color: #749D5C;
}
.AnyTagClassName
{
color: #749D5C;
}
</style>
background-color css
<style>
a { background-color: #749D5C; }
a { background-color: rgb(116,157,92); }
div.DivClassName
{
background-color: #749D5C;
}
.BgClassName
{
background-color: #749D5C;
}
</style>
border-color css
<style>
span { border-color: #749D5C; }
span { border-color: rgb(116,157,92); }
td.TdClassName
{
border-color: #749D5C;
}
.TagClassName
{
border-color: #749D5C;
}
</style>