Shades of Asparagus #7B9C5C
Tints of Asparagus #7B9C5C
RGB
CMYK
RGB Variations
Color information
#7B9C5C (or 0x7B9C5C) is known color: Asparagus. HEX triplet: 7B, 9C and 5C. RGB value is (123,156,92). Sum of RGB (Red+Green+Blue) = 123+156+92=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9C5C is #8463A3. Grayscale: #8B8B8B. Windows color (decimal): -8676260 or 6069371. OLE color: 6069371.
HSL color Cylindrical-coordinate representation of color #7B9C5C: hue angle of 90.94º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B9C5C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 156 | 92 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.39 |
| HSL | 90.94º | 0.26% | 0.49% | - |
| HSV(B) | 90.94º | 0.41% | 0.61% | - |
| XYZ | 21.99 | 28.76 | 14.52 | - |
| YUV | 138.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 92 | 0.21 | 0 | 0.41 | 0.39 | 90.94 | 0.26 | 0.49 |
| Hex | 7B | 9C | 5C | 15 | 0 | 29 | 27 | 5B | 1A | 31 |
| Octal | 173 | 234 | 134 | 25 | 0 | 51 | 47 | 133 | 32 | 61 |
| Binary | 1111011 | 10011100 | 1011100 | 10101 | 0 | 101001 | 100111 | 1011011 | 11010 | 110001 |
Color Harmonies of #7B9C5C
Complementary color
Monochromatic Colors of #7B9C5C
Black with #7B9C5C
Text Example
Text Example
White with #7B9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9C5C; }
p { color: rgb(123,156,92); }
H1.HeaderClassName
{
color: #7B9C5C;
}
.AnyTagClassName
{
color: #7B9C5C;
}
</style>
background-color css
<style>
a { background-color: #7B9C5C; }
a { background-color: rgb(123,156,92); }
div.DivClassName
{
background-color: #7B9C5C;
}
.BgClassName
{
background-color: #7B9C5C;
}
</style>
border-color css
<style>
span { border-color: #7B9C5C; }
span { border-color: rgb(123,156,92); }
td.TdClassName
{
border-color: #7B9C5C;
}
.TagClassName
{
border-color: #7B9C5C;
}
</style>