Shades of Asparagus #769F45
Tints of Asparagus #769F45
RGB
CMYK
RGB Variations
Color information
#769F45 (or 0x769F45) is known color: Asparagus. HEX triplet: 76, 9F and 45. RGB value is (118,159,69). Sum of RGB (Red+Green+Blue) = 118+159+69=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #769F45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769F45 is #8960BA. Grayscale: #888888. Windows color (decimal): -9003195 or 4562806. OLE color: 4562806.
HSL color Cylindrical-coordinate representation of color #769F45: hue angle of 87.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #769F45 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 69 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.38 |
| HSL | 87.33º | 0.39% | 0.45% | - |
| HSV(B) | 87.33º | 0.57% | 0.62% | - |
| XYZ | 20.94 | 29.08 | 10.14 | - |
| YUV | 136.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 69 | 0.26 | 0 | 0.57 | 0.38 | 87.33 | 0.39 | 0.45 |
| Hex | 76 | 9F | 45 | 1A | 0 | 39 | 26 | 57 | 27 | 2D |
| Octal | 166 | 237 | 105 | 32 | 0 | 71 | 46 | 127 | 47 | 55 |
| Binary | 1110110 | 10011111 | 1000101 | 11010 | 0 | 111001 | 100110 | 1010111 | 100111 | 101101 |
Color Harmonies of #769F45
Complementary color
Monochromatic Colors of #769F45
Black with #769F45
Text Example
Text Example
White with #769F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F45; }
p { color: rgb(118,159,69); }
H1.HeaderClassName
{
color: #769F45;
}
.AnyTagClassName
{
color: #769F45;
}
</style>
background-color css
<style>
a { background-color: #769F45; }
a { background-color: rgb(118,159,69); }
div.DivClassName
{
background-color: #769F45;
}
.BgClassName
{
background-color: #769F45;
}
</style>
border-color css
<style>
span { border-color: #769F45; }
span { border-color: rgb(118,159,69); }
td.TdClassName
{
border-color: #769F45;
}
.TagClassName
{
border-color: #769F45;
}
</style>