Shades of Chinook #87DB9A
Tints of Chinook #87DB9A
RGB
CMYK
RGB Variations
Color information
#87DB9A (or 0x87DB9A) is known color: Chinook. HEX triplet: 87, DB and 9A. RGB value is (135,219,154). Sum of RGB (Red+Green+Blue) = 135+219+154=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #87DB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87DB9A is #782465. Grayscale: #BABABA. Windows color (decimal): -7873638 or 10148743. OLE color: 10148743.
HSL color Cylindrical-coordinate representation of color #87DB9A: hue angle of 133.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87DB9A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 219 | 154 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.14 |
| HSL | 133.57º | 0.54% | 0.69% | - |
| HSV(B) | 133.57º | 0.38% | 0.86% | - |
| XYZ | 41.16 | 58.15 | 39.63 | - |
| YUV | 186.47 | 109.67 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 219 | 154 | 0.38 | 0 | 0.30 | 0.14 | 133.57 | 0.54 | 0.69 |
| Hex | 87 | DB | 9A | 26 | 0 | 1E | E | 86 | 36 | 45 |
| Octal | 207 | 333 | 232 | 46 | 0 | 36 | 16 | 206 | 66 | 105 |
| Binary | 10000111 | 11011011 | 10011010 | 100110 | 0 | 11110 | 1110 | 10000110 | 110110 | 1000101 |
Color Harmonies of #87DB9A
Complementary color
Monochromatic Colors of #87DB9A
Black with #87DB9A
Text Example
Text Example
White with #87DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DB9A; }
p { color: rgb(135,219,154); }
H1.HeaderClassName
{
color: #87DB9A;
}
.AnyTagClassName
{
color: #87DB9A;
}
</style>
background-color css
<style>
a { background-color: #87DB9A; }
a { background-color: rgb(135,219,154); }
div.DivClassName
{
background-color: #87DB9A;
}
.BgClassName
{
background-color: #87DB9A;
}
</style>
border-color css
<style>
span { border-color: #87DB9A; }
span { border-color: rgb(135,219,154); }
td.TdClassName
{
border-color: #87DB9A;
}
.TagClassName
{
border-color: #87DB9A;
}
</style>