Shades of Asparagus #75954F
Tints of Asparagus #75954F
RGB
CMYK
RGB Variations
Color information
#75954F (or 0x75954F) is known color: Asparagus. HEX triplet: 75, 95 and 4F. RGB value is (117,149,79). Sum of RGB (Red+Green+Blue) = 117+149+79=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #75954F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75954F is #8A6AB0. Grayscale: #838383. Windows color (decimal): -9071281 or 5215605. OLE color: 5215605.
HSL color Cylindrical-coordinate representation of color #75954F: hue angle of 87.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75954F is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 79 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.42 |
| HSL | 87.43º | 0.31% | 0.45% | - |
| HSV(B) | 87.43º | 0.47% | 0.58% | - |
| XYZ | 19.49 | 25.84 | 11.36 | - |
| YUV | 131.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 79 | 0.21 | 0 | 0.47 | 0.42 | 87.43 | 0.31 | 0.45 |
| Hex | 75 | 95 | 4F | 15 | 0 | 2F | 2A | 57 | 1F | 2D |
| Octal | 165 | 225 | 117 | 25 | 0 | 57 | 52 | 127 | 37 | 55 |
| Binary | 1110101 | 10010101 | 1001111 | 10101 | 0 | 101111 | 101010 | 1010111 | 11111 | 101101 |
Color Harmonies of #75954F
Complementary color
Monochromatic Colors of #75954F
Black with #75954F
Text Example
Text Example
White with #75954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75954F; }
p { color: rgb(117,149,79); }
H1.HeaderClassName
{
color: #75954F;
}
.AnyTagClassName
{
color: #75954F;
}
</style>
background-color css
<style>
a { background-color: #75954F; }
a { background-color: rgb(117,149,79); }
div.DivClassName
{
background-color: #75954F;
}
.BgClassName
{
background-color: #75954F;
}
</style>
border-color css
<style>
span { border-color: #75954F; }
span { border-color: rgb(117,149,79); }
td.TdClassName
{
border-color: #75954F;
}
.TagClassName
{
border-color: #75954F;
}
</style>