Shades of Finch #7E8B57
Tints of Finch #7E8B57
RGB
CMYK
RGB Variations
Color information
#7E8B57 (or 0x7E8B57) is known color: Finch. HEX triplet: 7E, 8B and 57. RGB value is (126,139,87). Sum of RGB (Red+Green+Blue) = 126+139+87=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #7E8B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8B57 is #8174A8. Grayscale: #818181. Windows color (decimal): -8484009 or 5737342. OLE color: 5737342.
HSL color Cylindrical-coordinate representation of color #7E8B57: hue angle of 75º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E8B57 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 139 | 87 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.45 |
| HSL | 75º | 0.23% | 0.44% | - |
| HSV(B) | 75º | 0.37% | 0.55% | - |
| XYZ | 19.56 | 23.59 | 12.54 | - |
| YUV | 129.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 139 | 87 | 0.09 | 0 | 0.37 | 0.45 | 75 | 0.23 | 0.44 |
| Hex | 7E | 8B | 57 | 9 | 0 | 25 | 2D | 4B | 17 | 2C |
| Octal | 176 | 213 | 127 | 11 | 0 | 45 | 55 | 113 | 27 | 54 |
| Binary | 1111110 | 10001011 | 1010111 | 1001 | 0 | 100101 | 101101 | 1001011 | 10111 | 101100 |
Color Harmonies of #7E8B57
Complementary color
Monochromatic Colors of #7E8B57
Black with #7E8B57
Text Example
Text Example
White with #7E8B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8B57; }
p { color: rgb(126,139,87); }
H1.HeaderClassName
{
color: #7E8B57;
}
.AnyTagClassName
{
color: #7E8B57;
}
</style>
background-color css
<style>
a { background-color: #7E8B57; }
a { background-color: rgb(126,139,87); }
div.DivClassName
{
background-color: #7E8B57;
}
.BgClassName
{
background-color: #7E8B57;
}
</style>
border-color css
<style>
span { border-color: #7E8B57; }
span { border-color: rgb(126,139,87); }
td.TdClassName
{
border-color: #7E8B57;
}
.TagClassName
{
border-color: #7E8B57;
}
</style>