Shades of Chinook #7EDD9C
Tints of Chinook #7EDD9C
RGB
CMYK
RGB Variations
Color information
#7EDD9C (or 0x7EDD9C) is known color: Chinook. HEX triplet: 7E, DD and 9C. RGB value is (126,221,156). Sum of RGB (Red+Green+Blue) = 126+221+156=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDD9C is #812263. Grayscale: #B9B9B9. Windows color (decimal): -8462948 or 10280318. OLE color: 10280318.
HSL color Cylindrical-coordinate representation of color #7EDD9C: hue angle of 138.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDD9C is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 156 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.13 |
| HSL | 138.95º | 0.58% | 0.68% | - |
| HSV(B) | 138.95º | 0.43% | 0.87% | - |
| XYZ | 40.46 | 58.55 | 40.62 | - |
| YUV | 185.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 156 | 0.43 | 0 | 0.29 | 0.13 | 138.95 | 0.58 | 0.68 |
| Hex | 7E | DD | 9C | 2B | 0 | 1D | D | 8B | 3A | 44 |
| Octal | 176 | 335 | 234 | 53 | 0 | 35 | 15 | 213 | 72 | 104 |
| Binary | 1111110 | 11011101 | 10011100 | 101011 | 0 | 11101 | 1101 | 10001011 | 111010 | 1000100 |
Color Harmonies of #7EDD9C
Complementary color
Monochromatic Colors of #7EDD9C
Black with #7EDD9C
Text Example
Text Example
White with #7EDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD9C; }
p { color: rgb(126,221,156); }
H1.HeaderClassName
{
color: #7EDD9C;
}
.AnyTagClassName
{
color: #7EDD9C;
}
</style>
background-color css
<style>
a { background-color: #7EDD9C; }
a { background-color: rgb(126,221,156); }
div.DivClassName
{
background-color: #7EDD9C;
}
.BgClassName
{
background-color: #7EDD9C;
}
</style>
border-color css
<style>
span { border-color: #7EDD9C; }
span { border-color: rgb(126,221,156); }
td.TdClassName
{
border-color: #7EDD9C;
}
.TagClassName
{
border-color: #7EDD9C;
}
</style>