Shades of Chinook #7EDC9B
Tints of Chinook #7EDC9B
RGB
CMYK
RGB Variations
Color information
#7EDC9B (or 0x7EDC9B) is known color: Chinook. HEX triplet: 7E, DC and 9B. RGB value is (126,220,155). Sum of RGB (Red+Green+Blue) = 126+220+155=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDC9B is #812364. Grayscale: #B8B8B8. Windows color (decimal): -8463205 or 10214526. OLE color: 10214526.
HSL color Cylindrical-coordinate representation of color #7EDC9B: hue angle of 138.51º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDC9B is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 155 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.14 |
| HSL | 138.51º | 0.57% | 0.68% | - |
| HSV(B) | 138.51º | 0.43% | 0.86% | - |
| XYZ | 40.11 | 57.99 | 40.09 | - |
| YUV | 184.48 | 111.36 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 155 | 0.43 | 0 | 0.30 | 0.14 | 138.51 | 0.57 | 0.68 |
| Hex | 7E | DC | 9B | 2B | 0 | 1E | E | 8B | 39 | 44 |
| Octal | 176 | 334 | 233 | 53 | 0 | 36 | 16 | 213 | 71 | 104 |
| Binary | 1111110 | 11011100 | 10011011 | 101011 | 0 | 11110 | 1110 | 10001011 | 111001 | 1000100 |
Color Harmonies of #7EDC9B
Complementary color
Monochromatic Colors of #7EDC9B
Black with #7EDC9B
Text Example
Text Example
White with #7EDC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC9B; }
p { color: rgb(126,220,155); }
H1.HeaderClassName
{
color: #7EDC9B;
}
.AnyTagClassName
{
color: #7EDC9B;
}
</style>
background-color css
<style>
a { background-color: #7EDC9B; }
a { background-color: rgb(126,220,155); }
div.DivClassName
{
background-color: #7EDC9B;
}
.BgClassName
{
background-color: #7EDC9B;
}
</style>
border-color css
<style>
span { border-color: #7EDC9B; }
span { border-color: rgb(126,220,155); }
td.TdClassName
{
border-color: #7EDC9B;
}
.TagClassName
{
border-color: #7EDC9B;
}
</style>