Shades of Bitter #7E826A
Tints of Bitter #7E826A
RGB
CMYK
RGB Variations
Color information
#7E826A (or 0x7E826A) is known color: Bitter. HEX triplet: 7E, 82 and 6A. RGB value is (126,130,106). Sum of RGB (Red+Green+Blue) = 126+130+106=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #7E826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E826A is #817D95. Grayscale: #7E7E7E. Windows color (decimal): -8486294 or 6980222. OLE color: 6980222.
HSL color Cylindrical-coordinate representation of color #7E826A: hue angle of 70º 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 #7E826A is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 106 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.49 |
| HSL | 70º | 0.1% | 0.46% | - |
| HSV(B) | 70º | 0.18% | 0.51% | - |
| XYZ | 19.19 | 21.44 | 16.76 | - |
| YUV | 126.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 106 | 0.03 | 0 | 0.18 | 0.49 | 70 | 0.1 | 0.46 |
| Hex | 7E | 82 | 6A | 3 | 0 | 12 | 31 | 46 | A | 2E |
| Octal | 176 | 202 | 152 | 3 | 0 | 22 | 61 | 106 | 12 | 56 |
| Binary | 1111110 | 10000010 | 1101010 | 11 | 0 | 10010 | 110001 | 1000110 | 1010 | 101110 |
Color Harmonies of #7E826A
Complementary color
Monochromatic Colors of #7E826A
Black with #7E826A
Text Example
Text Example
White with #7E826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E826A; }
p { color: rgb(126,130,106); }
H1.HeaderClassName
{
color: #7E826A;
}
.AnyTagClassName
{
color: #7E826A;
}
</style>
background-color css
<style>
a { background-color: #7E826A; }
a { background-color: rgb(126,130,106); }
div.DivClassName
{
background-color: #7E826A;
}
.BgClassName
{
background-color: #7E826A;
}
</style>
border-color css
<style>
span { border-color: #7E826A; }
span { border-color: rgb(126,130,106); }
td.TdClassName
{
border-color: #7E826A;
}
.TagClassName
{
border-color: #7E826A;
}
</style>