Shades of Envy #7BAC7D
Tints of Envy #7BAC7D
RGB
CMYK
RGB Variations
Color information
#7BAC7D (or 0x7BAC7D) is known color: Envy. HEX triplet: 7B, AC and 7D. RGB value is (123,172,125). Sum of RGB (Red+Green+Blue) = 123+172+125=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC7D is #845382. Grayscale: #989898. Windows color (decimal): -8672131 or 8236155. OLE color: 8236155.
HSL color Cylindrical-coordinate representation of color #7BAC7D: hue angle of 122.45º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAC7D is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 125 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.33 |
| HSL | 122.45º | 0.23% | 0.58% | - |
| HSV(B) | 122.45º | 0.28% | 0.67% | - |
| XYZ | 26.62 | 35.2 | 24.79 | - |
| YUV | 151.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 125 | 0.28 | 0 | 0.27 | 0.33 | 122.45 | 0.23 | 0.58 |
| Hex | 7B | AC | 7D | 1C | 0 | 1B | 21 | 7A | 17 | 3A |
| Octal | 173 | 254 | 175 | 34 | 0 | 33 | 41 | 172 | 27 | 72 |
| Binary | 1111011 | 10101100 | 1111101 | 11100 | 0 | 11011 | 100001 | 1111010 | 10111 | 111010 |
Color Harmonies of #7BAC7D
Complementary color
Monochromatic Colors of #7BAC7D
Black with #7BAC7D
Text Example
Text Example
White with #7BAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC7D; }
p { color: rgb(123,172,125); }
H1.HeaderClassName
{
color: #7BAC7D;
}
.AnyTagClassName
{
color: #7BAC7D;
}
</style>
background-color css
<style>
a { background-color: #7BAC7D; }
a { background-color: rgb(123,172,125); }
div.DivClassName
{
background-color: #7BAC7D;
}
.BgClassName
{
background-color: #7BAC7D;
}
</style>
border-color css
<style>
span { border-color: #7BAC7D; }
span { border-color: rgb(123,172,125); }
td.TdClassName
{
border-color: #7BAC7D;
}
.TagClassName
{
border-color: #7BAC7D;
}
</style>