Shades of Asparagus #769753
Tints of Asparagus #769753
RGB
CMYK
RGB Variations
Color information
#769753 (or 0x769753) is known color: Asparagus. HEX triplet: 76, 97 and 53. RGB value is (118,151,83). Sum of RGB (Red+Green+Blue) = 118+151+83=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #769753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769753 is #8968AC. Grayscale: #858585. Windows color (decimal): -9005229 or 5478262. OLE color: 5478262.
HSL color Cylindrical-coordinate representation of color #769753: hue angle of 89.12º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769753 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 83 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.41 |
| HSL | 89.12º | 0.29% | 0.46% | - |
| HSV(B) | 89.12º | 0.45% | 0.59% | - |
| XYZ | 20.1 | 26.61 | 12.26 | - |
| YUV | 133.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 83 | 0.22 | 0 | 0.45 | 0.41 | 89.12 | 0.29 | 0.46 |
| Hex | 76 | 97 | 53 | 16 | 0 | 2D | 29 | 59 | 1D | 2E |
| Octal | 166 | 227 | 123 | 26 | 0 | 55 | 51 | 131 | 35 | 56 |
| Binary | 1110110 | 10010111 | 1010011 | 10110 | 0 | 101101 | 101001 | 1011001 | 11101 | 101110 |
Color Harmonies of #769753
Complementary color
Monochromatic Colors of #769753
Black with #769753
Text Example
Text Example
White with #769753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769753; }
p { color: rgb(118,151,83); }
H1.HeaderClassName
{
color: #769753;
}
.AnyTagClassName
{
color: #769753;
}
</style>
background-color css
<style>
a { background-color: #769753; }
a { background-color: rgb(118,151,83); }
div.DivClassName
{
background-color: #769753;
}
.BgClassName
{
background-color: #769753;
}
</style>
border-color css
<style>
span { border-color: #769753; }
span { border-color: rgb(118,151,83); }
td.TdClassName
{
border-color: #769753;
}
.TagClassName
{
border-color: #769753;
}
</style>