Shades of Asparagus #75974D
Tints of Asparagus #75974D
RGB
CMYK
RGB Variations
Color information
#75974D (or 0x75974D) is known color: Asparagus. HEX triplet: 75, 97 and 4D. RGB value is (117,151,77). Sum of RGB (Red+Green+Blue) = 117+151+77=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #75974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75974D is #8A68B2. Grayscale: #848484. Windows color (decimal): -9070771 or 5085045. OLE color: 5085045.
HSL color Cylindrical-coordinate representation of color #75974D: hue angle of 87.57º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75974D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 77 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.41 |
| HSL | 87.57º | 0.32% | 0.45% | - |
| HSV(B) | 87.57º | 0.49% | 0.59% | - |
| XYZ | 19.74 | 26.45 | 11.09 | - |
| YUV | 132.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 77 | 0.23 | 0 | 0.49 | 0.41 | 87.57 | 0.32 | 0.45 |
| Hex | 75 | 97 | 4D | 17 | 0 | 31 | 29 | 58 | 20 | 2D |
| Octal | 165 | 227 | 115 | 27 | 0 | 61 | 51 | 130 | 40 | 55 |
| Binary | 1110101 | 10010111 | 1001101 | 10111 | 0 | 110001 | 101001 | 1011000 | 100000 | 101101 |
Color Harmonies of #75974D
Complementary color
Monochromatic Colors of #75974D
Black with #75974D
Text Example
Text Example
White with #75974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75974D; }
p { color: rgb(117,151,77); }
H1.HeaderClassName
{
color: #75974D;
}
.AnyTagClassName
{
color: #75974D;
}
</style>
background-color css
<style>
a { background-color: #75974D; }
a { background-color: rgb(117,151,77); }
div.DivClassName
{
background-color: #75974D;
}
.BgClassName
{
background-color: #75974D;
}
</style>
border-color css
<style>
span { border-color: #75974D; }
span { border-color: rgb(117,151,77); }
td.TdClassName
{
border-color: #75974D;
}
.TagClassName
{
border-color: #75974D;
}
</style>