Shades of Tropical Rain Forest #006E63
Tints of Tropical Rain Forest #006E63
RGB
CMYK
RGB Variations
Color information
#006E63 (or 0x006E63) is known color: Tropical Rain Forest. HEX triplet: 00, 6E and 63. RGB value is (0,110,99). Sum of RGB (Red+Green+Blue) = 0+110+99=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #006E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E63 is #FF919C. Grayscale: #4B4B4B. Windows color (decimal): -16748957 or 6516224. OLE color: 6516224.
HSL color Cylindrical-coordinate representation of color #006E63: hue angle of 174º 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 #006E63 is Cyan = 1, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 99 | - |
| CMYK | 1 | 0 | 0.1 | 0.57 |
| HSL | 174º | 1% | 0.22% | - |
| HSV(B) | 174º | 1% | 0.43% | - |
| XYZ | 7.83 | 12.05 | 13.72 | - |
| YUV | 75.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 99 | 1 | 0 | 0.1 | 0.57 | 174 | 1 | 0.22 |
| Hex | 0 | 6E | 63 | 64 | 0 | A | 39 | AE | 64 | 16 |
| Octal | 0 | 156 | 143 | 144 | 0 | 12 | 71 | 256 | 144 | 26 |
| Binary | 0 | 1101110 | 1100011 | 1100100 | 0 | 1010 | 111001 | 10101110 | 1100100 | 10110 |
Color Harmonies of #006E63
Complementary color
Monochromatic Colors of #006E63
Black with #006E63
Text Example
Text Example
White with #006E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E63; }
p { color: rgb(0,110,99); }
H1.HeaderClassName
{
color: #006E63;
}
.AnyTagClassName
{
color: #006E63;
}
</style>
background-color css
<style>
a { background-color: #006E63; }
a { background-color: rgb(0,110,99); }
div.DivClassName
{
background-color: #006E63;
}
.BgClassName
{
background-color: #006E63;
}
</style>
border-color css
<style>
span { border-color: #006E63; }
span { border-color: rgb(0,110,99); }
td.TdClassName
{
border-color: #006E63;
}
.TagClassName
{
border-color: #006E63;
}
</style>