Shades of Asparagus #7BA74B
Tints of Asparagus #7BA74B
RGB
CMYK
RGB Variations
Color information
#7BA74B (or 0x7BA74B) is known color: Asparagus. HEX triplet: 7B, A7 and 4B. RGB value is (123,167,75). Sum of RGB (Red+Green+Blue) = 123+167+75=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA74B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA74B is #8458B4. Grayscale: #8F8F8F. Windows color (decimal): -8673461 or 4958075. OLE color: 4958075.
HSL color Cylindrical-coordinate representation of color #7BA74B: hue angle of 88.7º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7BA74B is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 167 | 75 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.35 |
| HSL | 88.7º | 0.38% | 0.47% | - |
| HSV(B) | 88.7º | 0.55% | 0.65% | - |
| XYZ | 23.26 | 32.36 | 11.68 | - |
| YUV | 143.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 75 | 0.26 | 0 | 0.55 | 0.35 | 88.7 | 0.38 | 0.47 |
| Hex | 7B | A7 | 4B | 1A | 0 | 37 | 23 | 59 | 26 | 2F |
| Octal | 173 | 247 | 113 | 32 | 0 | 67 | 43 | 131 | 46 | 57 |
| Binary | 1111011 | 10100111 | 1001011 | 11010 | 0 | 110111 | 100011 | 1011001 | 100110 | 101111 |
Color Harmonies of #7BA74B
Complementary color
Monochromatic Colors of #7BA74B
Black with #7BA74B
Text Example
Text Example
White with #7BA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA74B; }
p { color: rgb(123,167,75); }
H1.HeaderClassName
{
color: #7BA74B;
}
.AnyTagClassName
{
color: #7BA74B;
}
</style>
background-color css
<style>
a { background-color: #7BA74B; }
a { background-color: rgb(123,167,75); }
div.DivClassName
{
background-color: #7BA74B;
}
.BgClassName
{
background-color: #7BA74B;
}
</style>
border-color css
<style>
span { border-color: #7BA74B; }
span { border-color: rgb(123,167,75); }
td.TdClassName
{
border-color: #7BA74B;
}
.TagClassName
{
border-color: #7BA74B;
}
</style>