Shades of Asparagus #769A4A
Tints of Asparagus #769A4A
RGB
CMYK
RGB Variations
Color information
#769A4A (or 0x769A4A) is known color: Asparagus. HEX triplet: 76, 9A and 4A. RGB value is (118,154,74). Sum of RGB (Red+Green+Blue) = 118+154+74=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #769A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769A4A is #8965B5. Grayscale: #868686. Windows color (decimal): -9004470 or 4889206. OLE color: 4889206.
HSL color Cylindrical-coordinate representation of color #769A4A: hue angle of 87º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #769A4A is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 74 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.40 |
| HSL | 87º | 0.35% | 0.45% | - |
| HSV(B) | 87º | 0.52% | 0.6% | - |
| XYZ | 20.26 | 27.46 | 10.71 | - |
| YUV | 134.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 74 | 0.23 | 0 | 0.52 | 0.40 | 87 | 0.35 | 0.45 |
| Hex | 76 | 9A | 4A | 17 | 0 | 34 | 28 | 57 | 23 | 2D |
| Octal | 166 | 232 | 112 | 27 | 0 | 64 | 50 | 127 | 43 | 55 |
| Binary | 1110110 | 10011010 | 1001010 | 10111 | 0 | 110100 | 101000 | 1010111 | 100011 | 101101 |
Color Harmonies of #769A4A
Complementary color
Monochromatic Colors of #769A4A
Black with #769A4A
Text Example
Text Example
White with #769A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A4A; }
p { color: rgb(118,154,74); }
H1.HeaderClassName
{
color: #769A4A;
}
.AnyTagClassName
{
color: #769A4A;
}
</style>
background-color css
<style>
a { background-color: #769A4A; }
a { background-color: rgb(118,154,74); }
div.DivClassName
{
background-color: #769A4A;
}
.BgClassName
{
background-color: #769A4A;
}
</style>
border-color css
<style>
span { border-color: #769A4A; }
span { border-color: rgb(118,154,74); }
td.TdClassName
{
border-color: #769A4A;
}
.TagClassName
{
border-color: #769A4A;
}
</style>