Shades of Asparagus #759F5F
Tints of Asparagus #759F5F
RGB
CMYK
RGB Variations
Color information
#759F5F (or 0x759F5F) is known color: Asparagus. HEX triplet: 75, 9F and 5F. RGB value is (117,159,95). Sum of RGB (Red+Green+Blue) = 117+159+95=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #759F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F5F is #8A60A0. Grayscale: #8B8B8B. Windows color (decimal): -9068705 or 6266741. OLE color: 6266741.
HSL color Cylindrical-coordinate representation of color #759F5F: hue angle of 99.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #759F5F is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 95 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.38 |
| HSL | 99.38º | 0.25% | 0.5% | - |
| HSV(B) | 99.38º | 0.4% | 0.62% | - |
| XYZ | 21.8 | 29.4 | 15.35 | - |
| YUV | 139.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 95 | 0.26 | 0 | 0.40 | 0.38 | 99.38 | 0.25 | 0.5 |
| Hex | 75 | 9F | 5F | 1A | 0 | 28 | 26 | 63 | 19 | 32 |
| Octal | 165 | 237 | 137 | 32 | 0 | 50 | 46 | 143 | 31 | 62 |
| Binary | 1110101 | 10011111 | 1011111 | 11010 | 0 | 101000 | 100110 | 1100011 | 11001 | 110010 |
Color Harmonies of #759F5F
Complementary color
Monochromatic Colors of #759F5F
Black with #759F5F
Text Example
Text Example
White with #759F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F5F; }
p { color: rgb(117,159,95); }
H1.HeaderClassName
{
color: #759F5F;
}
.AnyTagClassName
{
color: #759F5F;
}
</style>
background-color css
<style>
a { background-color: #759F5F; }
a { background-color: rgb(117,159,95); }
div.DivClassName
{
background-color: #759F5F;
}
.BgClassName
{
background-color: #759F5F;
}
</style>
border-color css
<style>
span { border-color: #759F5F; }
span { border-color: rgb(117,159,95); }
td.TdClassName
{
border-color: #759F5F;
}
.TagClassName
{
border-color: #759F5F;
}
</style>