Shades of Chinook #7EDB9C
Tints of Chinook #7EDB9C
RGB
CMYK
RGB Variations
Color information
#7EDB9C (or 0x7EDB9C) is known color: Chinook. HEX triplet: 7E, DB and 9C. RGB value is (126,219,156). Sum of RGB (Red+Green+Blue) = 126+219+156=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDB9C is #812463. Grayscale: #B8B8B8. Windows color (decimal): -8463460 or 10279806. OLE color: 10279806.
HSL color Cylindrical-coordinate representation of color #7EDB9C: hue angle of 139.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDB9C is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 219 | 156 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.14 |
| HSL | 139.35º | 0.56% | 0.68% | - |
| HSV(B) | 139.35º | 0.42% | 0.86% | - |
| XYZ | 39.94 | 57.5 | 40.45 | - |
| YUV | 184.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 156 | 0.42 | 0 | 0.29 | 0.14 | 139.35 | 0.56 | 0.68 |
| Hex | 7E | DB | 9C | 2A | 0 | 1D | E | 8B | 38 | 44 |
| Octal | 176 | 333 | 234 | 52 | 0 | 35 | 16 | 213 | 70 | 104 |
| Binary | 1111110 | 11011011 | 10011100 | 101010 | 0 | 11101 | 1110 | 10001011 | 111000 | 1000100 |
Color Harmonies of #7EDB9C
Complementary color
Monochromatic Colors of #7EDB9C
Black with #7EDB9C
Text Example
Text Example
White with #7EDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDB9C; }
p { color: rgb(126,219,156); }
H1.HeaderClassName
{
color: #7EDB9C;
}
.AnyTagClassName
{
color: #7EDB9C;
}
</style>
background-color css
<style>
a { background-color: #7EDB9C; }
a { background-color: rgb(126,219,156); }
div.DivClassName
{
background-color: #7EDB9C;
}
.BgClassName
{
background-color: #7EDB9C;
}
</style>
border-color css
<style>
span { border-color: #7EDB9C; }
span { border-color: rgb(126,219,156); }
td.TdClassName
{
border-color: #7EDB9C;
}
.TagClassName
{
border-color: #7EDB9C;
}
</style>