Shades of Bitter #7E826B
Tints of Bitter #7E826B
RGB
CMYK
RGB Variations
Color information
#7E826B (or 0x7E826B) is known color: Bitter. HEX triplet: 7E, 82 and 6B. RGB value is (126,130,107). Sum of RGB (Red+Green+Blue) = 126+130+107=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #7E826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E826B is #817D94. Grayscale: #7E7E7E. Windows color (decimal): -8486293 or 7045758. OLE color: 7045758.
HSL color Cylindrical-coordinate representation of color #7E826B: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E826B is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 107 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.49 |
| HSL | 70.43º | 0.1% | 0.46% | - |
| HSV(B) | 70.43º | 0.18% | 0.51% | - |
| XYZ | 19.24 | 21.46 | 17.04 | - |
| YUV | 126.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 107 | 0.03 | 0 | 0.18 | 0.49 | 70.43 | 0.1 | 0.46 |
| Hex | 7E | 82 | 6B | 3 | 0 | 12 | 31 | 46 | A | 2E |
| Octal | 176 | 202 | 153 | 3 | 0 | 22 | 61 | 106 | 12 | 56 |
| Binary | 1111110 | 10000010 | 1101011 | 11 | 0 | 10010 | 110001 | 1000110 | 1010 | 101110 |
Color Harmonies of #7E826B
Complementary color
Monochromatic Colors of #7E826B
Black with #7E826B
Text Example
Text Example
White with #7E826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E826B; }
p { color: rgb(126,130,107); }
H1.HeaderClassName
{
color: #7E826B;
}
.AnyTagClassName
{
color: #7E826B;
}
</style>
background-color css
<style>
a { background-color: #7E826B; }
a { background-color: rgb(126,130,107); }
div.DivClassName
{
background-color: #7E826B;
}
.BgClassName
{
background-color: #7E826B;
}
</style>
border-color css
<style>
span { border-color: #7E826B; }
span { border-color: rgb(126,130,107); }
td.TdClassName
{
border-color: #7E826B;
}
.TagClassName
{
border-color: #7E826B;
}
</style>