Shades of Chinook #7EDB9B
Tints of Chinook #7EDB9B
RGB
CMYK
RGB Variations
Color information
#7EDB9B (or 0x7EDB9B) is known color: Chinook. HEX triplet: 7E, DB and 9B. RGB value is (126,219,155). Sum of RGB (Red+Green+Blue) = 126+219+155=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDB9B is #812464. Grayscale: #B8B8B8. Windows color (decimal): -8463461 or 10214270. OLE color: 10214270.
HSL color Cylindrical-coordinate representation of color #7EDB9B: hue angle of 138.71º 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 #7EDB9B is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 219 | 155 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.14 |
| HSL | 138.71º | 0.56% | 0.68% | - |
| HSV(B) | 138.71º | 0.42% | 0.86% | - |
| XYZ | 39.85 | 57.47 | 40 | - |
| YUV | 183.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 155 | 0.42 | 0 | 0.29 | 0.14 | 138.71 | 0.56 | 0.68 |
| Hex | 7E | DB | 9B | 2A | 0 | 1D | E | 8B | 38 | 44 |
| Octal | 176 | 333 | 233 | 52 | 0 | 35 | 16 | 213 | 70 | 104 |
| Binary | 1111110 | 11011011 | 10011011 | 101010 | 0 | 11101 | 1110 | 10001011 | 111000 | 1000100 |
Color Harmonies of #7EDB9B
Complementary color
Monochromatic Colors of #7EDB9B
Black with #7EDB9B
Text Example
Text Example
White with #7EDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDB9B; }
p { color: rgb(126,219,155); }
H1.HeaderClassName
{
color: #7EDB9B;
}
.AnyTagClassName
{
color: #7EDB9B;
}
</style>
background-color css
<style>
a { background-color: #7EDB9B; }
a { background-color: rgb(126,219,155); }
div.DivClassName
{
background-color: #7EDB9B;
}
.BgClassName
{
background-color: #7EDB9B;
}
</style>
border-color css
<style>
span { border-color: #7EDB9B; }
span { border-color: rgb(126,219,155); }
td.TdClassName
{
border-color: #7EDB9B;
}
.TagClassName
{
border-color: #7EDB9B;
}
</style>