Shades of Chinook #7FDC9C
Tints of Chinook #7FDC9C
RGB
CMYK
RGB Variations
Color information
#7FDC9C (or 0x7FDC9C) is known color: Chinook. HEX triplet: 7F, DC and 9C. RGB value is (127,220,156). Sum of RGB (Red+Green+Blue) = 127+220+156=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC9C is #802363. Grayscale: #B9B9B9. Windows color (decimal): -8397668 or 10280063. OLE color: 10280063.
HSL color Cylindrical-coordinate representation of color #7FDC9C: hue angle of 138.71º degrees, saturation: 0.57, 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 #7FDC9C is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 156 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.14 |
| HSL | 138.71º | 0.57% | 0.68% | - |
| HSV(B) | 138.71º | 0.42% | 0.86% | - |
| XYZ | 40.35 | 58.1 | 40.54 | - |
| YUV | 184.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 156 | 0.42 | 0 | 0.29 | 0.14 | 138.71 | 0.57 | 0.68 |
| Hex | 7F | DC | 9C | 2A | 0 | 1D | E | 8B | 39 | 44 |
| Octal | 177 | 334 | 234 | 52 | 0 | 35 | 16 | 213 | 71 | 104 |
| Binary | 1111111 | 11011100 | 10011100 | 101010 | 0 | 11101 | 1110 | 10001011 | 111001 | 1000100 |
Color Harmonies of #7FDC9C
Complementary color
Monochromatic Colors of #7FDC9C
Black with #7FDC9C
Text Example
Text Example
White with #7FDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC9C; }
p { color: rgb(127,220,156); }
H1.HeaderClassName
{
color: #7FDC9C;
}
.AnyTagClassName
{
color: #7FDC9C;
}
</style>
background-color css
<style>
a { background-color: #7FDC9C; }
a { background-color: rgb(127,220,156); }
div.DivClassName
{
background-color: #7FDC9C;
}
.BgClassName
{
background-color: #7FDC9C;
}
</style>
border-color css
<style>
span { border-color: #7FDC9C; }
span { border-color: rgb(127,220,156); }
td.TdClassName
{
border-color: #7FDC9C;
}
.TagClassName
{
border-color: #7FDC9C;
}
</style>