Shades of Asparagus #769F51
Tints of Asparagus #769F51
RGB
CMYK
RGB Variations
Color information
#769F51 (or 0x769F51) is known color: Asparagus. HEX triplet: 76, 9F and 51. RGB value is (118,159,81). Sum of RGB (Red+Green+Blue) = 118+159+81=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #769F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F51 is #8960AE. Grayscale: #8A8A8A. Windows color (decimal): -9003183 or 5349238. OLE color: 5349238.
HSL color Cylindrical-coordinate representation of color #769F51: hue angle of 91.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #769F51 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 81 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.38 |
| HSL | 91.54º | 0.33% | 0.47% | - |
| HSV(B) | 91.54º | 0.49% | 0.62% | - |
| XYZ | 21.35 | 29.24 | 12.3 | - |
| YUV | 137.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 81 | 0.26 | 0 | 0.49 | 0.38 | 91.54 | 0.33 | 0.47 |
| Hex | 76 | 9F | 51 | 1A | 0 | 31 | 26 | 5C | 20 | 2F |
| Octal | 166 | 237 | 121 | 32 | 0 | 61 | 46 | 134 | 40 | 57 |
| Binary | 1110110 | 10011111 | 1010001 | 11010 | 0 | 110001 | 100110 | 1011100 | 100000 | 101111 |
Color Harmonies of #769F51
Complementary color
Monochromatic Colors of #769F51
Black with #769F51
Text Example
Text Example
White with #769F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F51; }
p { color: rgb(118,159,81); }
H1.HeaderClassName
{
color: #769F51;
}
.AnyTagClassName
{
color: #769F51;
}
</style>
background-color css
<style>
a { background-color: #769F51; }
a { background-color: rgb(118,159,81); }
div.DivClassName
{
background-color: #769F51;
}
.BgClassName
{
background-color: #769F51;
}
</style>
border-color css
<style>
span { border-color: #769F51; }
span { border-color: rgb(118,159,81); }
td.TdClassName
{
border-color: #769F51;
}
.TagClassName
{
border-color: #769F51;
}
</style>