Shades of Chinook #95C7A0
Tints of Chinook #95C7A0
RGB
CMYK
RGB Variations
Color information
#95C7A0 (or 0x95C7A0) is known color: Chinook. HEX triplet: 95, C7 and A0. RGB value is (149,199,160). Sum of RGB (Red+Green+Blue) = 149+199+160=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #95C7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C7A0 is #6A385F. Grayscale: #B3B3B3. Windows color (decimal): -6961248 or 10536853. OLE color: 10536853.
HSL color Cylindrical-coordinate representation of color #95C7A0: hue angle of 133.2º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C7A0 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 199 | 160 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.22 |
| HSL | 133.2º | 0.31% | 0.68% | - |
| HSV(B) | 133.2º | 0.25% | 0.78% | - |
| XYZ | 39.16 | 49.77 | 40.8 | - |
| YUV | 179.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 160 | 0.25 | 0 | 0.20 | 0.22 | 133.2 | 0.31 | 0.68 |
| Hex | 95 | C7 | A0 | 19 | 0 | 14 | 16 | 85 | 1F | 44 |
| Octal | 225 | 307 | 240 | 31 | 0 | 24 | 26 | 205 | 37 | 104 |
| Binary | 10010101 | 11000111 | 10100000 | 11001 | 0 | 10100 | 10110 | 10000101 | 11111 | 1000100 |
Color Harmonies of #95C7A0
Complementary color
Monochromatic Colors of #95C7A0
Black with #95C7A0
Text Example
Text Example
White with #95C7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C7A0; }
p { color: rgb(149,199,160); }
H1.HeaderClassName
{
color: #95C7A0;
}
.AnyTagClassName
{
color: #95C7A0;
}
</style>
background-color css
<style>
a { background-color: #95C7A0; }
a { background-color: rgb(149,199,160); }
div.DivClassName
{
background-color: #95C7A0;
}
.BgClassName
{
background-color: #95C7A0;
}
</style>
border-color css
<style>
span { border-color: #95C7A0; }
span { border-color: rgb(149,199,160); }
td.TdClassName
{
border-color: #95C7A0;
}
.TagClassName
{
border-color: #95C7A0;
}
</style>