Shades of Chinook #7FDB9D
Tints of Chinook #7FDB9D
RGB
CMYK
RGB Variations
Color information
#7FDB9D (or 0x7FDB9D) is known color: Chinook. HEX triplet: 7F, DB and 9D. RGB value is (127,219,157). Sum of RGB (Red+Green+Blue) = 127+219+157=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDB9D is #802462. Grayscale: #B8B8B8. Windows color (decimal): -8397923 or 10345343. OLE color: 10345343.
HSL color Cylindrical-coordinate representation of color #7FDB9D: hue angle of 139.57º 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 #7FDB9D is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 157 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.14 |
| HSL | 139.57º | 0.56% | 0.68% | - |
| HSV(B) | 139.57º | 0.42% | 0.86% | - |
| XYZ | 40.17 | 57.61 | 40.9 | - |
| YUV | 184.42 | 112.52 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 157 | 0.42 | 0 | 0.28 | 0.14 | 139.57 | 0.56 | 0.68 |
| Hex | 7F | DB | 9D | 2A | 0 | 1C | E | 8C | 38 | 44 |
| Octal | 177 | 333 | 235 | 52 | 0 | 34 | 16 | 214 | 70 | 104 |
| Binary | 1111111 | 11011011 | 10011101 | 101010 | 0 | 11100 | 1110 | 10001100 | 111000 | 1000100 |
Color Harmonies of #7FDB9D
Complementary color
Monochromatic Colors of #7FDB9D
Black with #7FDB9D
Text Example
Text Example
White with #7FDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB9D; }
p { color: rgb(127,219,157); }
H1.HeaderClassName
{
color: #7FDB9D;
}
.AnyTagClassName
{
color: #7FDB9D;
}
</style>
background-color css
<style>
a { background-color: #7FDB9D; }
a { background-color: rgb(127,219,157); }
div.DivClassName
{
background-color: #7FDB9D;
}
.BgClassName
{
background-color: #7FDB9D;
}
</style>
border-color css
<style>
span { border-color: #7FDB9D; }
span { border-color: rgb(127,219,157); }
td.TdClassName
{
border-color: #7FDB9D;
}
.TagClassName
{
border-color: #7FDB9D;
}
</style>