Shades of Tropical Rain Forest #006E61
Tints of Tropical Rain Forest #006E61
RGB
CMYK
RGB Variations
Color information
#006E61 (or 0x006E61) is known color: Tropical Rain Forest. HEX triplet: 00, 6E and 61. RGB value is (0,110,97). Sum of RGB (Red+Green+Blue) = 0+110+97=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #006E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E61 is #FF919E. Grayscale: #4B4B4B. Windows color (decimal): -16748959 or 6385152. OLE color: 6385152.
HSL color Cylindrical-coordinate representation of color #006E61: hue angle of 172.91º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E61 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 97 | - |
| CMYK | 1 | 0 | 0.12 | 0.57 |
| HSL | 172.91º | 1% | 0.22% | - |
| HSV(B) | 172.91º | 1% | 0.43% | - |
| XYZ | 7.73 | 12.01 | 13.22 | - |
| YUV | 75.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 97 | 1 | 0 | 0.12 | 0.57 | 172.91 | 1 | 0.22 |
| Hex | 0 | 6E | 61 | 64 | 0 | C | 39 | AD | 64 | 16 |
| Octal | 0 | 156 | 141 | 144 | 0 | 14 | 71 | 255 | 144 | 26 |
| Binary | 0 | 1101110 | 1100001 | 1100100 | 0 | 1100 | 111001 | 10101101 | 1100100 | 10110 |
Color Harmonies of #006E61
Complementary color
Monochromatic Colors of #006E61
Black with #006E61
Text Example
Text Example
White with #006E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E61; }
p { color: rgb(0,110,97); }
H1.HeaderClassName
{
color: #006E61;
}
.AnyTagClassName
{
color: #006E61;
}
</style>
background-color css
<style>
a { background-color: #006E61; }
a { background-color: rgb(0,110,97); }
div.DivClassName
{
background-color: #006E61;
}
.BgClassName
{
background-color: #006E61;
}
</style>
border-color css
<style>
span { border-color: #006E61; }
span { border-color: rgb(0,110,97); }
td.TdClassName
{
border-color: #006E61;
}
.TagClassName
{
border-color: #006E61;
}
</style>