Shades of Tropical Rain Forest #006E62
Tints of Tropical Rain Forest #006E62
RGB
CMYK
RGB Variations
Color information
#006E62 (or 0x006E62) is known color: Tropical Rain Forest. HEX triplet: 00, 6E and 62. RGB value is (0,110,98). Sum of RGB (Red+Green+Blue) = 0+110+98=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #006E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E62 is #FF919D. Grayscale: #4B4B4B. Windows color (decimal): -16748958 or 6450688. OLE color: 6450688.
HSL color Cylindrical-coordinate representation of color #006E62: hue angle of 173.45º 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 #006E62 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 98 | - |
| CMYK | 1 | 0 | 0.11 | 0.57 |
| HSL | 173.45º | 1% | 0.22% | - |
| HSV(B) | 173.45º | 1% | 0.43% | - |
| XYZ | 7.78 | 12.03 | 13.47 | - |
| YUV | 75.74 | 140.56 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 98 | 1 | 0 | 0.11 | 0.57 | 173.45 | 1 | 0.22 |
| Hex | 0 | 6E | 62 | 64 | 0 | B | 39 | AD | 64 | 16 |
| Octal | 0 | 156 | 142 | 144 | 0 | 13 | 71 | 255 | 144 | 26 |
| Binary | 0 | 1101110 | 1100010 | 1100100 | 0 | 1011 | 111001 | 10101101 | 1100100 | 10110 |
Color Harmonies of #006E62
Complementary color
Monochromatic Colors of #006E62
Black with #006E62
Text Example
Text Example
White with #006E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E62; }
p { color: rgb(0,110,98); }
H1.HeaderClassName
{
color: #006E62;
}
.AnyTagClassName
{
color: #006E62;
}
</style>
background-color css
<style>
a { background-color: #006E62; }
a { background-color: rgb(0,110,98); }
div.DivClassName
{
background-color: #006E62;
}
.BgClassName
{
background-color: #006E62;
}
</style>
border-color css
<style>
span { border-color: #006E62; }
span { border-color: rgb(0,110,98); }
td.TdClassName
{
border-color: #006E62;
}
.TagClassName
{
border-color: #006E62;
}
</style>