Shades of Asparagus #7B9B5C
Tints of Asparagus #7B9B5C
RGB
CMYK
RGB Variations
Color information
#7B9B5C (or 0x7B9B5C) is known color: Asparagus. HEX triplet: 7B, 9B and 5C. RGB value is (123,155,92). Sum of RGB (Red+Green+Blue) = 123+155+92=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9B5C is #8464A3. Grayscale: #8A8A8A. Windows color (decimal): -8676516 or 6069115. OLE color: 6069115.
HSL color Cylindrical-coordinate representation of color #7B9B5C: hue angle of 90.48º 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 #7B9B5C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 155 | 92 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.39 |
| HSL | 90.48º | 0.26% | 0.48% | - |
| HSV(B) | 90.48º | 0.41% | 0.61% | - |
| XYZ | 21.82 | 28.43 | 14.46 | - |
| YUV | 138.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 92 | 0.21 | 0 | 0.41 | 0.39 | 90.48 | 0.26 | 0.48 |
| Hex | 7B | 9B | 5C | 15 | 0 | 29 | 27 | 5A | 1A | 30 |
| Octal | 173 | 233 | 134 | 25 | 0 | 51 | 47 | 132 | 32 | 60 |
| Binary | 1111011 | 10011011 | 1011100 | 10101 | 0 | 101001 | 100111 | 1011010 | 11010 | 110000 |
Color Harmonies of #7B9B5C
Complementary color
Monochromatic Colors of #7B9B5C
Black with #7B9B5C
Text Example
Text Example
White with #7B9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9B5C; }
p { color: rgb(123,155,92); }
H1.HeaderClassName
{
color: #7B9B5C;
}
.AnyTagClassName
{
color: #7B9B5C;
}
</style>
background-color css
<style>
a { background-color: #7B9B5C; }
a { background-color: rgb(123,155,92); }
div.DivClassName
{
background-color: #7B9B5C;
}
.BgClassName
{
background-color: #7B9B5C;
}
</style>
border-color css
<style>
span { border-color: #7B9B5C; }
span { border-color: rgb(123,155,92); }
td.TdClassName
{
border-color: #7B9B5C;
}
.TagClassName
{
border-color: #7B9B5C;
}
</style>