Shades of Asparagus #759952
Tints of Asparagus #759952
RGB
CMYK
RGB Variations
Color information
#759952 (or 0x759952) is known color: Asparagus. HEX triplet: 75, 99 and 52. RGB value is (117,153,82). Sum of RGB (Red+Green+Blue) = 117+153+82=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #759952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759952 is #8A66AD. Grayscale: #868686. Windows color (decimal): -9070254 or 5413237. OLE color: 5413237.
HSL color Cylindrical-coordinate representation of color #759952: hue angle of 90.42º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #759952 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 82 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.4 |
| HSL | 90.42º | 0.3% | 0.46% | - |
| HSV(B) | 90.42º | 0.46% | 0.6% | - |
| XYZ | 20.25 | 27.17 | 12.16 | - |
| YUV | 134.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 82 | 0.24 | 0 | 0.46 | 0.4 | 90.42 | 0.3 | 0.46 |
| Hex | 75 | 99 | 52 | 18 | 0 | 2E | 28 | 5A | 1E | 2E |
| Octal | 165 | 231 | 122 | 30 | 0 | 56 | 50 | 132 | 36 | 56 |
| Binary | 1110101 | 10011001 | 1010010 | 11000 | 0 | 101110 | 101000 | 1011010 | 11110 | 101110 |
Color Harmonies of #759952
Complementary color
Monochromatic Colors of #759952
Black with #759952
Text Example
Text Example
White with #759952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759952; }
p { color: rgb(117,153,82); }
H1.HeaderClassName
{
color: #759952;
}
.AnyTagClassName
{
color: #759952;
}
</style>
background-color css
<style>
a { background-color: #759952; }
a { background-color: rgb(117,153,82); }
div.DivClassName
{
background-color: #759952;
}
.BgClassName
{
background-color: #759952;
}
</style>
border-color css
<style>
span { border-color: #759952; }
span { border-color: rgb(117,153,82); }
td.TdClassName
{
border-color: #759952;
}
.TagClassName
{
border-color: #759952;
}
</style>