Shades of Envy #7BAF7C
Tints of Envy #7BAF7C
RGB
CMYK
RGB Variations
Color information
#7BAF7C (or 0x7BAF7C) is known color: Envy. HEX triplet: 7B, AF and 7C. RGB value is (123,175,124). Sum of RGB (Red+Green+Blue) = 123+175+124=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF7C is #845083. Grayscale: #999999. Windows color (decimal): -8671364 or 8171387. OLE color: 8171387.
HSL color Cylindrical-coordinate representation of color #7BAF7C: hue angle of 121.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAF7C is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 124 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.31 |
| HSL | 121.15º | 0.25% | 0.58% | - |
| HSV(B) | 121.15º | 0.3% | 0.69% | - |
| XYZ | 27.14 | 36.33 | 24.65 | - |
| YUV | 153.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 124 | 0.30 | 0 | 0.29 | 0.31 | 121.15 | 0.25 | 0.58 |
| Hex | 7B | AF | 7C | 1E | 0 | 1D | 1F | 79 | 19 | 3A |
| Octal | 173 | 257 | 174 | 36 | 0 | 35 | 37 | 171 | 31 | 72 |
| Binary | 1111011 | 10101111 | 1111100 | 11110 | 0 | 11101 | 11111 | 1111001 | 11001 | 111010 |
Color Harmonies of #7BAF7C
Complementary color
Monochromatic Colors of #7BAF7C
Black with #7BAF7C
Text Example
Text Example
White with #7BAF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF7C; }
p { color: rgb(123,175,124); }
H1.HeaderClassName
{
color: #7BAF7C;
}
.AnyTagClassName
{
color: #7BAF7C;
}
</style>
background-color css
<style>
a { background-color: #7BAF7C; }
a { background-color: rgb(123,175,124); }
div.DivClassName
{
background-color: #7BAF7C;
}
.BgClassName
{
background-color: #7BAF7C;
}
</style>
border-color css
<style>
span { border-color: #7BAF7C; }
span { border-color: rgb(123,175,124); }
td.TdClassName
{
border-color: #7BAF7C;
}
.TagClassName
{
border-color: #7BAF7C;
}
</style>