Shades of Envy #7BB07D
Tints of Envy #7BB07D
RGB
CMYK
RGB Variations
Color information
#7BB07D (or 0x7BB07D) is known color: Envy. HEX triplet: 7B, B0 and 7D. RGB value is (123,176,125). Sum of RGB (Red+Green+Blue) = 123+176+125=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB07D is #844F82. Grayscale: #9A9A9A. Windows color (decimal): -8671107 or 8237179. OLE color: 8237179.
HSL color Cylindrical-coordinate representation of color #7BB07D: hue angle of 122.26º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BB07D is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 176 | 125 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.31 |
| HSL | 122.26º | 0.25% | 0.59% | - |
| HSV(B) | 122.26º | 0.3% | 0.69% | - |
| XYZ | 27.4 | 36.74 | 25.05 | - |
| YUV | 154.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 125 | 0.30 | 0 | 0.29 | 0.31 | 122.26 | 0.25 | 0.59 |
| Hex | 7B | B0 | 7D | 1E | 0 | 1D | 1F | 7A | 19 | 3B |
| Octal | 173 | 260 | 175 | 36 | 0 | 35 | 37 | 172 | 31 | 73 |
| Binary | 1111011 | 10110000 | 1111101 | 11110 | 0 | 11101 | 11111 | 1111010 | 11001 | 111011 |
Color Harmonies of #7BB07D
Complementary color
Monochromatic Colors of #7BB07D
Black with #7BB07D
Text Example
Text Example
White with #7BB07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB07D; }
p { color: rgb(123,176,125); }
H1.HeaderClassName
{
color: #7BB07D;
}
.AnyTagClassName
{
color: #7BB07D;
}
</style>
background-color css
<style>
a { background-color: #7BB07D; }
a { background-color: rgb(123,176,125); }
div.DivClassName
{
background-color: #7BB07D;
}
.BgClassName
{
background-color: #7BB07D;
}
</style>
border-color css
<style>
span { border-color: #7BB07D; }
span { border-color: rgb(123,176,125); }
td.TdClassName
{
border-color: #7BB07D;
}
.TagClassName
{
border-color: #7BB07D;
}
</style>