Shades of Asparagus #769748
Tints of Asparagus #769748
RGB
CMYK
RGB Variations
Color information
#769748 (or 0x769748) is known color: Asparagus. HEX triplet: 76, 97 and 48. RGB value is (118,151,72). Sum of RGB (Red+Green+Blue) = 118+151+72=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #769748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769748 is #8968B7. Grayscale: #848484. Windows color (decimal): -9005240 or 4757366. OLE color: 4757366.
HSL color Cylindrical-coordinate representation of color #769748: hue angle of 85.06º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #769748 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 72 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.41 |
| HSL | 85.06º | 0.35% | 0.44% | - |
| HSV(B) | 85.06º | 0.52% | 0.59% | - |
| XYZ | 19.71 | 26.45 | 10.2 | - |
| YUV | 132.13 | 94.07 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 72 | 0.22 | 0 | 0.52 | 0.41 | 85.06 | 0.35 | 0.44 |
| Hex | 76 | 97 | 48 | 16 | 0 | 34 | 29 | 55 | 23 | 2C |
| Octal | 166 | 227 | 110 | 26 | 0 | 64 | 51 | 125 | 43 | 54 |
| Binary | 1110110 | 10010111 | 1001000 | 10110 | 0 | 110100 | 101001 | 1010101 | 100011 | 101100 |
Color Harmonies of #769748
Complementary color
Monochromatic Colors of #769748
Black with #769748
Text Example
Text Example
White with #769748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769748; }
p { color: rgb(118,151,72); }
H1.HeaderClassName
{
color: #769748;
}
.AnyTagClassName
{
color: #769748;
}
</style>
background-color css
<style>
a { background-color: #769748; }
a { background-color: rgb(118,151,72); }
div.DivClassName
{
background-color: #769748;
}
.BgClassName
{
background-color: #769748;
}
</style>
border-color css
<style>
span { border-color: #769748; }
span { border-color: rgb(118,151,72); }
td.TdClassName
{
border-color: #769748;
}
.TagClassName
{
border-color: #769748;
}
</style>