Shades of Asparagus #769953
Tints of Asparagus #769953
RGB
CMYK
RGB Variations
Color information
#769953 (or 0x769953) is known color: Asparagus. HEX triplet: 76, 99 and 53. RGB value is (118,153,83). Sum of RGB (Red+Green+Blue) = 118+153+83=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #769953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769953 is #8966AC. Grayscale: #868686. Windows color (decimal): -9004717 or 5478774. OLE color: 5478774.
HSL color Cylindrical-coordinate representation of color #769953: hue angle of 90º 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 #769953 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 83 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.4 |
| HSL | 90º | 0.3% | 0.46% | - |
| HSV(B) | 90º | 0.46% | 0.6% | - |
| XYZ | 20.42 | 27.26 | 12.37 | - |
| YUV | 134.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 83 | 0.23 | 0 | 0.46 | 0.4 | 90 | 0.3 | 0.46 |
| Hex | 76 | 99 | 53 | 17 | 0 | 2E | 28 | 5A | 1E | 2E |
| Octal | 166 | 231 | 123 | 27 | 0 | 56 | 50 | 132 | 36 | 56 |
| Binary | 1110110 | 10011001 | 1010011 | 10111 | 0 | 101110 | 101000 | 1011010 | 11110 | 101110 |
Color Harmonies of #769953
Complementary color
Monochromatic Colors of #769953
Black with #769953
Text Example
Text Example
White with #769953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769953; }
p { color: rgb(118,153,83); }
H1.HeaderClassName
{
color: #769953;
}
.AnyTagClassName
{
color: #769953;
}
</style>
background-color css
<style>
a { background-color: #769953; }
a { background-color: rgb(118,153,83); }
div.DivClassName
{
background-color: #769953;
}
.BgClassName
{
background-color: #769953;
}
</style>
border-color css
<style>
span { border-color: #769953; }
span { border-color: rgb(118,153,83); }
td.TdClassName
{
border-color: #769953;
}
.TagClassName
{
border-color: #769953;
}
</style>