Shades of Asparagus #759F5A
Tints of Asparagus #759F5A
RGB
CMYK
RGB Variations
Color information
#759F5A (or 0x759F5A) is known color: Asparagus. HEX triplet: 75, 9F and 5A. RGB value is (117,159,90). Sum of RGB (Red+Green+Blue) = 117+159+90=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #759F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F5A is #8A60A5. Grayscale: #8A8A8A. Windows color (decimal): -9068710 or 5939061. OLE color: 5939061.
HSL color Cylindrical-coordinate representation of color #759F5A: hue angle of 96.52º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #759F5A is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 90 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.38 |
| HSL | 96.52º | 0.28% | 0.49% | - |
| HSV(B) | 96.52º | 0.43% | 0.62% | - |
| XYZ | 21.58 | 29.32 | 14.19 | - |
| YUV | 138.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 90 | 0.26 | 0 | 0.43 | 0.38 | 96.52 | 0.28 | 0.49 |
| Hex | 75 | 9F | 5A | 1A | 0 | 2B | 26 | 61 | 1C | 31 |
| Octal | 165 | 237 | 132 | 32 | 0 | 53 | 46 | 141 | 34 | 61 |
| Binary | 1110101 | 10011111 | 1011010 | 11010 | 0 | 101011 | 100110 | 1100001 | 11100 | 110001 |
Color Harmonies of #759F5A
Complementary color
Monochromatic Colors of #759F5A
Black with #759F5A
Text Example
Text Example
White with #759F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F5A; }
p { color: rgb(117,159,90); }
H1.HeaderClassName
{
color: #759F5A;
}
.AnyTagClassName
{
color: #759F5A;
}
</style>
background-color css
<style>
a { background-color: #759F5A; }
a { background-color: rgb(117,159,90); }
div.DivClassName
{
background-color: #759F5A;
}
.BgClassName
{
background-color: #759F5A;
}
</style>
border-color css
<style>
span { border-color: #759F5A; }
span { border-color: rgb(117,159,90); }
td.TdClassName
{
border-color: #759F5A;
}
.TagClassName
{
border-color: #759F5A;
}
</style>