Shades of Envy #7DAB7D
Tints of Envy #7DAB7D
RGB
CMYK
RGB Variations
Color information
#7DAB7D (or 0x7DAB7D) is known color: Envy. HEX triplet: 7D, AB and 7D. RGB value is (125,171,125). Sum of RGB (Red+Green+Blue) = 125+171+125=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB7D is #825482. Grayscale: #989898. Windows color (decimal): -8541315 or 8235901. OLE color: 8235901.
HSL color Cylindrical-coordinate representation of color #7DAB7D: hue angle of 120º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAB7D is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
RGB | 125 | 171 | 125 | - |
CMYK | 0.27 | 0 | 0.27 | 0.33 |
HSL | 120º | 0.21% | 0.58% | - |
HSV(B) | 120º | 0.27% | 0.67% | - |
XYZ | 26.72 | 34.97 | 24.74 | - |
YUV | 152 | 112.76 | 108.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 171 | 125 | 0.27 | 0 | 0.27 | 0.33 | 120 | 0.21 | 0.58 |
Hex | 7D | AB | 7D | 1B | 0 | 1B | 21 | 78 | 15 | 3A |
Octal | 175 | 253 | 175 | 33 | 0 | 33 | 41 | 170 | 25 | 72 |
Binary | 1111101 | 10101011 | 1111101 | 11011 | 0 | 11011 | 100001 | 1111000 | 10101 | 111010 |
Color Harmonies of #7DAB7D
Complementary color
Monochromatic Colors of #7DAB7D
Black with #7DAB7D
Text Example
Text Example
White with #7DAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB7D; }
p { color: rgb(125,171,125); }
H1.HeaderClassName
{
color: #7DAB7D;
}
.AnyTagClassName
{
color: #7DAB7D;
}
</style>
background-color css
<style>
a { background-color: #7DAB7D; }
a { background-color: rgb(125,171,125); }
div.DivClassName
{
background-color: #7DAB7D;
}
.BgClassName
{
background-color: #7DAB7D;
}
</style>
border-color css
<style>
span { border-color: #7DAB7D; }
span { border-color: rgb(125,171,125); }
td.TdClassName
{
border-color: #7DAB7D;
}
.TagClassName
{
border-color: #7DAB7D;
}
</style>