Shades of Chinook #84D69D
Tints of Chinook #84D69D
RGB
CMYK
RGB Variations
Color information
#84D69D (or 0x84D69D) is known color: Chinook. HEX triplet: 84, D6 and 9D. RGB value is (132,214,157). Sum of RGB (Red+Green+Blue) = 132+214+157=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #84D69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D69D is #7B2962. Grayscale: #B7B7B7. Windows color (decimal): -8071523 or 10344068. OLE color: 10344068.
HSL color Cylindrical-coordinate representation of color #84D69D: hue angle of 138.29º 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 #84D69D is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 157 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.16 |
| HSL | 138.29º | 0.5% | 0.68% | - |
| HSV(B) | 138.29º | 0.38% | 0.84% | - |
| XYZ | 39.65 | 55.43 | 40.51 | - |
| YUV | 182.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 157 | 0.38 | 0 | 0.27 | 0.16 | 138.29 | 0.5 | 0.68 |
| Hex | 84 | D6 | 9D | 26 | 0 | 1B | 10 | 8A | 32 | 44 |
| Octal | 204 | 326 | 235 | 46 | 0 | 33 | 20 | 212 | 62 | 104 |
| Binary | 10000100 | 11010110 | 10011101 | 100110 | 0 | 11011 | 10000 | 10001010 | 110010 | 1000100 |
Color Harmonies of #84D69D
Complementary color
Monochromatic Colors of #84D69D
Black with #84D69D
Text Example
Text Example
White with #84D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D69D; }
p { color: rgb(132,214,157); }
H1.HeaderClassName
{
color: #84D69D;
}
.AnyTagClassName
{
color: #84D69D;
}
</style>
background-color css
<style>
a { background-color: #84D69D; }
a { background-color: rgb(132,214,157); }
div.DivClassName
{
background-color: #84D69D;
}
.BgClassName
{
background-color: #84D69D;
}
</style>
border-color css
<style>
span { border-color: #84D69D; }
span { border-color: rgb(132,214,157); }
td.TdClassName
{
border-color: #84D69D;
}
.TagClassName
{
border-color: #84D69D;
}
</style>