Shades of Chinook #7FD69C
Tints of Chinook #7FD69C
RGB
CMYK
RGB Variations
Color information
#7FD69C (or 0x7FD69C) is known color: Chinook. HEX triplet: 7F, D6 and 9C. RGB value is (127,214,156). Sum of RGB (Red+Green+Blue) = 127+214+156=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD69C is #802963. Grayscale: #B5B5B5. Windows color (decimal): -8399204 or 10278527. OLE color: 10278527.
HSL color Cylindrical-coordinate representation of color #7FD69C: hue angle of 140º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD69C is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 214 | 156 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.16 |
| HSL | 140º | 0.51% | 0.67% | - |
| HSV(B) | 140º | 0.41% | 0.84% | - |
| XYZ | 38.8 | 55.01 | 40.02 | - |
| YUV | 181.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 214 | 156 | 0.41 | 0 | 0.27 | 0.16 | 140 | 0.51 | 0.67 |
| Hex | 7F | D6 | 9C | 29 | 0 | 1B | 10 | 8C | 33 | 43 |
| Octal | 177 | 326 | 234 | 51 | 0 | 33 | 20 | 214 | 63 | 103 |
| Binary | 1111111 | 11010110 | 10011100 | 101001 | 0 | 11011 | 10000 | 10001100 | 110011 | 1000011 |
Color Harmonies of #7FD69C
Complementary color
Monochromatic Colors of #7FD69C
Black with #7FD69C
Text Example
Text Example
White with #7FD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD69C; }
p { color: rgb(127,214,156); }
H1.HeaderClassName
{
color: #7FD69C;
}
.AnyTagClassName
{
color: #7FD69C;
}
</style>
background-color css
<style>
a { background-color: #7FD69C; }
a { background-color: rgb(127,214,156); }
div.DivClassName
{
background-color: #7FD69C;
}
.BgClassName
{
background-color: #7FD69C;
}
</style>
border-color css
<style>
span { border-color: #7FD69C; }
span { border-color: rgb(127,214,156); }
td.TdClassName
{
border-color: #7FD69C;
}
.TagClassName
{
border-color: #7FD69C;
}
</style>