Shades of Asparagus #769B5C
Tints of Asparagus #769B5C
RGB
CMYK
RGB Variations
Color information
#769B5C (or 0x769B5C) is known color: Asparagus. HEX triplet: 76, 9B and 5C. RGB value is (118,155,92). Sum of RGB (Red+Green+Blue) = 118+155+92=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #769B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B5C is #8964A3. Grayscale: #888888. Windows color (decimal): -9004196 or 6069110. OLE color: 6069110.
HSL color Cylindrical-coordinate representation of color #769B5C: hue angle of 95.24º 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 #769B5C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 92 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.39 |
| HSL | 95.24º | 0.26% | 0.48% | - |
| HSV(B) | 95.24º | 0.41% | 0.61% | - |
| XYZ | 21.12 | 28.07 | 14.43 | - |
| YUV | 136.76 | 102.74 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 92 | 0.24 | 0 | 0.41 | 0.39 | 95.24 | 0.26 | 0.48 |
| Hex | 76 | 9B | 5C | 18 | 0 | 29 | 27 | 5F | 1A | 30 |
| Octal | 166 | 233 | 134 | 30 | 0 | 51 | 47 | 137 | 32 | 60 |
| Binary | 1110110 | 10011011 | 1011100 | 11000 | 0 | 101001 | 100111 | 1011111 | 11010 | 110000 |
Color Harmonies of #769B5C
Complementary color
Monochromatic Colors of #769B5C
Black with #769B5C
Text Example
Text Example
White with #769B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B5C; }
p { color: rgb(118,155,92); }
H1.HeaderClassName
{
color: #769B5C;
}
.AnyTagClassName
{
color: #769B5C;
}
</style>
background-color css
<style>
a { background-color: #769B5C; }
a { background-color: rgb(118,155,92); }
div.DivClassName
{
background-color: #769B5C;
}
.BgClassName
{
background-color: #769B5C;
}
</style>
border-color css
<style>
span { border-color: #769B5C; }
span { border-color: rgb(118,155,92); }
td.TdClassName
{
border-color: #769B5C;
}
.TagClassName
{
border-color: #769B5C;
}
</style>