Shades of Chinook #99D79F
Tints of Chinook #99D79F
RGB
CMYK
RGB Variations
Color information
#99D79F (or 0x99D79F) is known color: Chinook. HEX triplet: 99, D7 and 9F. RGB value is (153,215,159). Sum of RGB (Red+Green+Blue) = 153+215+159=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #99D79F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D79F is #662860. Grayscale: #BEBEBE. Windows color (decimal): -6695009 or 10475417. OLE color: 10475417.
HSL color Cylindrical-coordinate representation of color #99D79F: hue angle of 125.81º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D79F is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 159 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.16 |
| HSL | 125.81º | 0.44% | 0.72% | - |
| HSV(B) | 125.81º | 0.29% | 0.84% | - |
| XYZ | 43.7 | 57.88 | 41.67 | - |
| YUV | 190.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 159 | 0.29 | 0 | 0.26 | 0.16 | 125.81 | 0.44 | 0.72 |
| Hex | 99 | D7 | 9F | 1D | 0 | 1A | 10 | 7E | 2C | 48 |
| Octal | 231 | 327 | 237 | 35 | 0 | 32 | 20 | 176 | 54 | 110 |
| Binary | 10011001 | 11010111 | 10011111 | 11101 | 0 | 11010 | 10000 | 1111110 | 101100 | 1001000 |
Color Harmonies of #99D79F
Complementary color
Monochromatic Colors of #99D79F
Black with #99D79F
Text Example
Text Example
White with #99D79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D79F; }
p { color: rgb(153,215,159); }
H1.HeaderClassName
{
color: #99D79F;
}
.AnyTagClassName
{
color: #99D79F;
}
</style>
background-color css
<style>
a { background-color: #99D79F; }
a { background-color: rgb(153,215,159); }
div.DivClassName
{
background-color: #99D79F;
}
.BgClassName
{
background-color: #99D79F;
}
</style>
border-color css
<style>
span { border-color: #99D79F; }
span { border-color: rgb(153,215,159); }
td.TdClassName
{
border-color: #99D79F;
}
.TagClassName
{
border-color: #99D79F;
}
</style>