Shades of Chinook #7FDA9C
Tints of Chinook #7FDA9C
RGB
CMYK
RGB Variations
Color information
#7FDA9C (or 0x7FDA9C) is known color: Chinook. HEX triplet: 7F, DA and 9C. RGB value is (127,218,156). Sum of RGB (Red+Green+Blue) = 127+218+156=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDA9C is #802563. Grayscale: #B7B7B7. Windows color (decimal): -8398180 or 10279551. OLE color: 10279551.
HSL color Cylindrical-coordinate representation of color #7FDA9C: hue angle of 139.12º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDA9C is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 156 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.15 |
| HSL | 139.12º | 0.55% | 0.68% | - |
| HSV(B) | 139.12º | 0.42% | 0.85% | - |
| XYZ | 39.82 | 57.06 | 40.37 | - |
| YUV | 183.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 156 | 0.42 | 0 | 0.28 | 0.15 | 139.12 | 0.55 | 0.68 |
| Hex | 7F | DA | 9C | 2A | 0 | 1C | F | 8B | 37 | 44 |
| Octal | 177 | 332 | 234 | 52 | 0 | 34 | 17 | 213 | 67 | 104 |
| Binary | 1111111 | 11011010 | 10011100 | 101010 | 0 | 11100 | 1111 | 10001011 | 110111 | 1000100 |
Color Harmonies of #7FDA9C
Complementary color
Monochromatic Colors of #7FDA9C
Black with #7FDA9C
Text Example
Text Example
White with #7FDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA9C; }
p { color: rgb(127,218,156); }
H1.HeaderClassName
{
color: #7FDA9C;
}
.AnyTagClassName
{
color: #7FDA9C;
}
</style>
background-color css
<style>
a { background-color: #7FDA9C; }
a { background-color: rgb(127,218,156); }
div.DivClassName
{
background-color: #7FDA9C;
}
.BgClassName
{
background-color: #7FDA9C;
}
</style>
border-color css
<style>
span { border-color: #7FDA9C; }
span { border-color: rgb(127,218,156); }
td.TdClassName
{
border-color: #7FDA9C;
}
.TagClassName
{
border-color: #7FDA9C;
}
</style>