Shades of Asparagus #769752
Tints of Asparagus #769752
RGB
CMYK
RGB Variations
Color information
#769752 (or 0x769752) is known color: Asparagus. HEX triplet: 76, 97 and 52. RGB value is (118,151,82). Sum of RGB (Red+Green+Blue) = 118+151+82=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #769752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769752 is #8968AD. Grayscale: #858585. Windows color (decimal): -9005230 or 5412726. OLE color: 5412726.
HSL color Cylindrical-coordinate representation of color #769752: hue angle of 88.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769752 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 82 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.41 |
| HSL | 88.7º | 0.3% | 0.46% | - |
| HSV(B) | 88.7º | 0.46% | 0.59% | - |
| XYZ | 20.06 | 26.59 | 12.06 | - |
| YUV | 133.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 82 | 0.22 | 0 | 0.46 | 0.41 | 88.7 | 0.3 | 0.46 |
| Hex | 76 | 97 | 52 | 16 | 0 | 2E | 29 | 59 | 1E | 2E |
| Octal | 166 | 227 | 122 | 26 | 0 | 56 | 51 | 131 | 36 | 56 |
| Binary | 1110110 | 10010111 | 1010010 | 10110 | 0 | 101110 | 101001 | 1011001 | 11110 | 101110 |
Color Harmonies of #769752
Complementary color
Monochromatic Colors of #769752
Black with #769752
Text Example
Text Example
White with #769752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769752; }
p { color: rgb(118,151,82); }
H1.HeaderClassName
{
color: #769752;
}
.AnyTagClassName
{
color: #769752;
}
</style>
background-color css
<style>
a { background-color: #769752; }
a { background-color: rgb(118,151,82); }
div.DivClassName
{
background-color: #769752;
}
.BgClassName
{
background-color: #769752;
}
</style>
border-color css
<style>
span { border-color: #769752; }
span { border-color: rgb(118,151,82); }
td.TdClassName
{
border-color: #769752;
}
.TagClassName
{
border-color: #769752;
}
</style>