Shades of Chinook #91D69D
Tints of Chinook #91D69D
RGB
CMYK
RGB Variations
Color information
#91D69D (or 0x91D69D) is known color: Chinook. HEX triplet: 91, D6 and 9D. RGB value is (145,214,157). Sum of RGB (Red+Green+Blue) = 145+214+157=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #91D69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D69D is #6E2962. Grayscale: #BBBBBB. Windows color (decimal): -7219555 or 10344081. OLE color: 10344081.
HSL color Cylindrical-coordinate representation of color #91D69D: hue angle of 130.43º 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 #91D69D is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 157 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.16 |
| HSL | 130.43º | 0.46% | 0.7% | - |
| HSV(B) | 130.43º | 0.32% | 0.84% | - |
| XYZ | 41.81 | 56.55 | 40.61 | - |
| YUV | 186.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 157 | 0.32 | 0 | 0.27 | 0.16 | 130.43 | 0.46 | 0.7 |
| Hex | 91 | D6 | 9D | 20 | 0 | 1B | 10 | 82 | 2E | 46 |
| Octal | 221 | 326 | 235 | 40 | 0 | 33 | 20 | 202 | 56 | 106 |
| Binary | 10010001 | 11010110 | 10011101 | 100000 | 0 | 11011 | 10000 | 10000010 | 101110 | 1000110 |
Color Harmonies of #91D69D
Complementary color
Monochromatic Colors of #91D69D
Black with #91D69D
Text Example
Text Example
White with #91D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D69D; }
p { color: rgb(145,214,157); }
H1.HeaderClassName
{
color: #91D69D;
}
.AnyTagClassName
{
color: #91D69D;
}
</style>
background-color css
<style>
a { background-color: #91D69D; }
a { background-color: rgb(145,214,157); }
div.DivClassName
{
background-color: #91D69D;
}
.BgClassName
{
background-color: #91D69D;
}
</style>
border-color css
<style>
span { border-color: #91D69D; }
span { border-color: rgb(145,214,157); }
td.TdClassName
{
border-color: #91D69D;
}
.TagClassName
{
border-color: #91D69D;
}
</style>