Shades of Envy #7BAD7D
Tints of Envy #7BAD7D
RGB
CMYK
RGB Variations
Color information
#7BAD7D (or 0x7BAD7D) is known color: Envy. HEX triplet: 7B, AD and 7D. RGB value is (123,173,125). Sum of RGB (Red+Green+Blue) = 123+173+125=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAD7D is #845282. Grayscale: #989898. Windows color (decimal): -8671875 or 8236411. OLE color: 8236411.
HSL color Cylindrical-coordinate representation of color #7BAD7D: hue angle of 122.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAD7D is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 125 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.32 |
| HSL | 122.4º | 0.23% | 0.58% | - |
| HSV(B) | 122.4º | 0.29% | 0.68% | - |
| XYZ | 26.81 | 35.58 | 24.86 | - |
| YUV | 152.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 125 | 0.29 | 0 | 0.28 | 0.32 | 122.4 | 0.23 | 0.58 |
| Hex | 7B | AD | 7D | 1D | 0 | 1C | 20 | 7A | 17 | 3A |
| Octal | 173 | 255 | 175 | 35 | 0 | 34 | 40 | 172 | 27 | 72 |
| Binary | 1111011 | 10101101 | 1111101 | 11101 | 0 | 11100 | 100000 | 1111010 | 10111 | 111010 |
Color Harmonies of #7BAD7D
Complementary color
Monochromatic Colors of #7BAD7D
Black with #7BAD7D
Text Example
Text Example
White with #7BAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD7D; }
p { color: rgb(123,173,125); }
H1.HeaderClassName
{
color: #7BAD7D;
}
.AnyTagClassName
{
color: #7BAD7D;
}
</style>
background-color css
<style>
a { background-color: #7BAD7D; }
a { background-color: rgb(123,173,125); }
div.DivClassName
{
background-color: #7BAD7D;
}
.BgClassName
{
background-color: #7BAD7D;
}
</style>
border-color css
<style>
span { border-color: #7BAD7D; }
span { border-color: rgb(123,173,125); }
td.TdClassName
{
border-color: #7BAD7D;
}
.TagClassName
{
border-color: #7BAD7D;
}
</style>