Shades of Chinook #91D69F
Tints of Chinook #91D69F
RGB
CMYK
RGB Variations
Color information
#91D69F (or 0x91D69F) is known color: Chinook. HEX triplet: 91, D6 and 9F. RGB value is (145,214,159). Sum of RGB (Red+Green+Blue) = 145+214+159=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #91D69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D69F is #6E2960. Grayscale: #BBBBBB. Windows color (decimal): -7219553 or 10475153. OLE color: 10475153.
HSL color Cylindrical-coordinate representation of color #91D69F: hue angle of 132.17º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D69F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 159 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.16 |
| HSL | 132.17º | 0.46% | 0.7% | - |
| HSV(B) | 132.17º | 0.32% | 0.84% | - |
| XYZ | 41.98 | 56.62 | 41.52 | - |
| YUV | 187.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 159 | 0.32 | 0 | 0.26 | 0.16 | 132.17 | 0.46 | 0.7 |
| Hex | 91 | D6 | 9F | 20 | 0 | 1A | 10 | 84 | 2E | 46 |
| Octal | 221 | 326 | 237 | 40 | 0 | 32 | 20 | 204 | 56 | 106 |
| Binary | 10010001 | 11010110 | 10011111 | 100000 | 0 | 11010 | 10000 | 10000100 | 101110 | 1000110 |
Color Harmonies of #91D69F
Complementary color
Monochromatic Colors of #91D69F
Black with #91D69F
Text Example
Text Example
White with #91D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D69F; }
p { color: rgb(145,214,159); }
H1.HeaderClassName
{
color: #91D69F;
}
.AnyTagClassName
{
color: #91D69F;
}
</style>
background-color css
<style>
a { background-color: #91D69F; }
a { background-color: rgb(145,214,159); }
div.DivClassName
{
background-color: #91D69F;
}
.BgClassName
{
background-color: #91D69F;
}
</style>
border-color css
<style>
span { border-color: #91D69F; }
span { border-color: rgb(145,214,159); }
td.TdClassName
{
border-color: #91D69F;
}
.TagClassName
{
border-color: #91D69F;
}
</style>