Shades of Asparagus #769D45
Tints of Asparagus #769D45
RGB
CMYK
RGB Variations
Color information
#769D45 (or 0x769D45) is known color: Asparagus. HEX triplet: 76, 9D and 45. RGB value is (118,157,69). Sum of RGB (Red+Green+Blue) = 118+157+69=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #769D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769D45 is #8962BA. Grayscale: #878787. Windows color (decimal): -9003707 or 4562294. OLE color: 4562294.
HSL color Cylindrical-coordinate representation of color #769D45: hue angle of 86.59º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #769D45 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 69 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.38 |
| HSL | 86.59º | 0.39% | 0.44% | - |
| HSV(B) | 86.59º | 0.56% | 0.62% | - |
| XYZ | 20.6 | 28.4 | 10.03 | - |
| YUV | 135.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 69 | 0.25 | 0 | 0.56 | 0.38 | 86.59 | 0.39 | 0.44 |
| Hex | 76 | 9D | 45 | 19 | 0 | 38 | 26 | 57 | 27 | 2C |
| Octal | 166 | 235 | 105 | 31 | 0 | 70 | 46 | 127 | 47 | 54 |
| Binary | 1110110 | 10011101 | 1000101 | 11001 | 0 | 111000 | 100110 | 1010111 | 100111 | 101100 |
Color Harmonies of #769D45
Complementary color
Monochromatic Colors of #769D45
Black with #769D45
Text Example
Text Example
White with #769D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D45; }
p { color: rgb(118,157,69); }
H1.HeaderClassName
{
color: #769D45;
}
.AnyTagClassName
{
color: #769D45;
}
</style>
background-color css
<style>
a { background-color: #769D45; }
a { background-color: rgb(118,157,69); }
div.DivClassName
{
background-color: #769D45;
}
.BgClassName
{
background-color: #769D45;
}
</style>
border-color css
<style>
span { border-color: #769D45; }
span { border-color: rgb(118,157,69); }
td.TdClassName
{
border-color: #769D45;
}
.TagClassName
{
border-color: #769D45;
}
</style>