Shades of Asparagus #769B5B
Tints of Asparagus #769B5B
RGB
CMYK
RGB Variations
Color information
#769B5B (or 0x769B5B) is known color: Asparagus. HEX triplet: 76, 9B and 5B. RGB value is (118,155,91). Sum of RGB (Red+Green+Blue) = 118+155+91=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #769B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B5B is #8964A4. Grayscale: #888888. Windows color (decimal): -9004197 or 6003574. OLE color: 6003574.
HSL color Cylindrical-coordinate representation of color #769B5B: hue angle of 94.69º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769B5B is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 91 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.39 |
| HSL | 94.69º | 0.26% | 0.48% | - |
| HSV(B) | 94.69º | 0.41% | 0.61% | - |
| XYZ | 21.08 | 28.05 | 14.2 | - |
| YUV | 136.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 91 | 0.24 | 0 | 0.41 | 0.39 | 94.69 | 0.26 | 0.48 |
| Hex | 76 | 9B | 5B | 18 | 0 | 29 | 27 | 5F | 1A | 30 |
| Octal | 166 | 233 | 133 | 30 | 0 | 51 | 47 | 137 | 32 | 60 |
| Binary | 1110110 | 10011011 | 1011011 | 11000 | 0 | 101001 | 100111 | 1011111 | 11010 | 110000 |
Color Harmonies of #769B5B
Complementary color
Monochromatic Colors of #769B5B
Black with #769B5B
Text Example
Text Example
White with #769B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B5B; }
p { color: rgb(118,155,91); }
H1.HeaderClassName
{
color: #769B5B;
}
.AnyTagClassName
{
color: #769B5B;
}
</style>
background-color css
<style>
a { background-color: #769B5B; }
a { background-color: rgb(118,155,91); }
div.DivClassName
{
background-color: #769B5B;
}
.BgClassName
{
background-color: #769B5B;
}
</style>
border-color css
<style>
span { border-color: #769B5B; }
span { border-color: rgb(118,155,91); }
td.TdClassName
{
border-color: #769B5B;
}
.TagClassName
{
border-color: #769B5B;
}
</style>