Shades of Envy #7BAF7F
Tints of Envy #7BAF7F
RGB
CMYK
RGB Variations
Color information
#7BAF7F (or 0x7BAF7F) is known color: Envy. HEX triplet: 7B, AF and 7F. RGB value is (123,175,127). Sum of RGB (Red+Green+Blue) = 123+175+127=425 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.94% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF7F is #845080. Grayscale: #9A9A9A. Windows color (decimal): -8671361 or 8367995. OLE color: 8367995.
HSL color Cylindrical-coordinate representation of color #7BAF7F: hue angle of 124.62º 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 #7BAF7F is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 127 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.31 |
| HSL | 124.62º | 0.25% | 0.58% | - |
| HSV(B) | 124.62º | 0.3% | 0.69% | - |
| XYZ | 27.33 | 36.4 | 25.66 | - |
| YUV | 153.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 127 | 0.30 | 0 | 0.27 | 0.31 | 124.62 | 0.25 | 0.58 |
| Hex | 7B | AF | 7F | 1E | 0 | 1B | 1F | 7D | 19 | 3A |
| Octal | 173 | 257 | 177 | 36 | 0 | 33 | 37 | 175 | 31 | 72 |
| Binary | 1111011 | 10101111 | 1111111 | 11110 | 0 | 11011 | 11111 | 1111101 | 11001 | 111010 |
Color Harmonies of #7BAF7F
Complementary color
Monochromatic Colors of #7BAF7F
Black with #7BAF7F
Text Example
Text Example
White with #7BAF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF7F; }
p { color: rgb(123,175,127); }
H1.HeaderClassName
{
color: #7BAF7F;
}
.AnyTagClassName
{
color: #7BAF7F;
}
</style>
background-color css
<style>
a { background-color: #7BAF7F; }
a { background-color: rgb(123,175,127); }
div.DivClassName
{
background-color: #7BAF7F;
}
.BgClassName
{
background-color: #7BAF7F;
}
</style>
border-color css
<style>
span { border-color: #7BAF7F; }
span { border-color: rgb(123,175,127); }
td.TdClassName
{
border-color: #7BAF7F;
}
.TagClassName
{
border-color: #7BAF7F;
}
</style>