Shades of Chinook #85D69F
Tints of Chinook #85D69F
RGB
CMYK
RGB Variations
Color information
#85D69F (or 0x85D69F) is known color: Chinook. HEX triplet: 85, D6 and 9F. RGB value is (133,214,159). Sum of RGB (Red+Green+Blue) = 133+214+159=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #85D69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D69F is #7A2960. Grayscale: #B7B7B7. Windows color (decimal): -8005985 or 10475141. OLE color: 10475141.
HSL color Cylindrical-coordinate representation of color #85D69F: hue angle of 139.26º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D69F is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 159 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.16 |
| HSL | 139.26º | 0.5% | 0.68% | - |
| HSV(B) | 139.26º | 0.38% | 0.84% | - |
| XYZ | 39.98 | 55.58 | 41.42 | - |
| YUV | 183.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 159 | 0.38 | 0 | 0.26 | 0.16 | 139.26 | 0.5 | 0.68 |
| Hex | 85 | D6 | 9F | 26 | 0 | 1A | 10 | 8B | 32 | 44 |
| Octal | 205 | 326 | 237 | 46 | 0 | 32 | 20 | 213 | 62 | 104 |
| Binary | 10000101 | 11010110 | 10011111 | 100110 | 0 | 11010 | 10000 | 10001011 | 110010 | 1000100 |
Color Harmonies of #85D69F
Complementary color
Monochromatic Colors of #85D69F
Black with #85D69F
Text Example
Text Example
White with #85D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D69F; }
p { color: rgb(133,214,159); }
H1.HeaderClassName
{
color: #85D69F;
}
.AnyTagClassName
{
color: #85D69F;
}
</style>
background-color css
<style>
a { background-color: #85D69F; }
a { background-color: rgb(133,214,159); }
div.DivClassName
{
background-color: #85D69F;
}
.BgClassName
{
background-color: #85D69F;
}
</style>
border-color css
<style>
span { border-color: #85D69F; }
span { border-color: rgb(133,214,159); }
td.TdClassName
{
border-color: #85D69F;
}
.TagClassName
{
border-color: #85D69F;
}
</style>