Html Css Color HEX #106D5A Tropical Rain Forest
📋 copy color: '#106D5A'red 16 ◦ green 109 ◦ blue 90
Shades of Tropical Rain Forest #106D5A
Tints of Tropical Rain Forest #106D5A
RGB
CMYK
RGB Variations
Color information
#106D5A (or 0x106D5A) is known color: Tropical Rain Forest. HEX triplet: 10, 6D and 5A. RGB value is (16,109,90). Sum of RGB (Red+Green+Blue) = 16+109+90=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #106D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D5A is #EF92A5. Grayscale: #4F4F4F. Windows color (decimal): -15700646 or 5926160. OLE color: 5926160.
HSL color Cylindrical-coordinate representation of color #106D5A: hue angle of 167.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D5A is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 90 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.57 |
| HSL | 167.74º | 0.74% | 0.25% | - |
| HSV(B) | 167.74º | 0.85% | 0.43% | - |
| XYZ | 7.53 | 11.79 | 11.55 | - |
| YUV | 79.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 90 | 0.85 | 0 | 0.17 | 0.57 | 167.74 | 0.74 | 0.25 |
| Hex | 10 | 6D | 5A | 55 | 0 | 11 | 39 | A8 | 4A | 19 |
| Octal | 20 | 155 | 132 | 125 | 0 | 21 | 71 | 250 | 112 | 31 |
| Binary | 10000 | 1101101 | 1011010 | 1010101 | 0 | 10001 | 111001 | 10101000 | 1001010 | 11001 |
Color Harmonies of #106D5A
Complementary color
Monochromatic Colors of #106D5A
Black with #106D5A
Text Example
Text Example
White with #106D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D5A; }
p { color: rgb(16,109,90); }
H1.HeaderClassName
{
color: #106D5A;
}
.AnyTagClassName
{
color: #106D5A;
}
</style>
background-color css
<style>
a { background-color: #106D5A; }
a { background-color: rgb(16,109,90); }
div.DivClassName
{
background-color: #106D5A;
}
.BgClassName
{
background-color: #106D5A;
}
</style>
border-color css
<style>
span { border-color: #106D5A; }
span { border-color: rgb(16,109,90); }
td.TdClassName
{
border-color: #106D5A;
}
.TagClassName
{
border-color: #106D5A;
}
</style>