Shades of Asparagus #7B9A5C
Tints of Asparagus #7B9A5C
RGB
CMYK
RGB Variations
Color information
#7B9A5C (or 0x7B9A5C) is known color: Asparagus. HEX triplet: 7B, 9A and 5C. RGB value is (123,154,92). Sum of RGB (Red+Green+Blue) = 123+154+92=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 154 - color contains mainly: green. Hex color #7B9A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9A5C is #8465A3. Grayscale: #898989. Windows color (decimal): -8676772 or 6068859. OLE color: 6068859.
HSL color Cylindrical-coordinate representation of color #7B9A5C: hue angle of 90º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B9A5C is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 154 | 92 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.40 |
| HSL | 90º | 0.25% | 0.48% | - |
| HSV(B) | 90º | 0.4% | 0.6% | - |
| XYZ | 21.66 | 28.09 | 14.41 | - |
| YUV | 137.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 92 | 0.20 | 0 | 0.40 | 0.40 | 90 | 0.25 | 0.48 |
| Hex | 7B | 9A | 5C | 14 | 0 | 28 | 28 | 5A | 19 | 30 |
| Octal | 173 | 232 | 134 | 24 | 0 | 50 | 50 | 132 | 31 | 60 |
| Binary | 1111011 | 10011010 | 1011100 | 10100 | 0 | 101000 | 101000 | 1011010 | 11001 | 110000 |
Color Harmonies of #7B9A5C
Complementary color
Monochromatic Colors of #7B9A5C
Black with #7B9A5C
Text Example
Text Example
White with #7B9A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9A5C; }
p { color: rgb(123,154,92); }
H1.HeaderClassName
{
color: #7B9A5C;
}
.AnyTagClassName
{
color: #7B9A5C;
}
</style>
background-color css
<style>
a { background-color: #7B9A5C; }
a { background-color: rgb(123,154,92); }
div.DivClassName
{
background-color: #7B9A5C;
}
.BgClassName
{
background-color: #7B9A5C;
}
</style>
border-color css
<style>
span { border-color: #7B9A5C; }
span { border-color: rgb(123,154,92); }
td.TdClassName
{
border-color: #7B9A5C;
}
.TagClassName
{
border-color: #7B9A5C;
}
</style>