Html Css Color HEX #006E65 Tropical Rain Forest
📋 copy color: '#006E65'red 0 ◦ green 110 ◦ blue 101
Shades of Tropical Rain Forest #006E65
Tints of Tropical Rain Forest #006E65
RGB
CMYK
RGB Variations
Color information
#006E65 (or 0x006E65) is known color: Tropical Rain Forest. HEX triplet: 00, 6E and 65. RGB value is (0,110,101). Sum of RGB (Red+Green+Blue) = 0+110+101=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #006E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E65 is #FF919A. Grayscale: #4C4C4C. Windows color (decimal): -16748955 or 6647296. OLE color: 6647296.
HSL color Cylindrical-coordinate representation of color #006E65: hue angle of 175.09º 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 #006E65 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 110 | 101 | - |
| CMYK | 1 | 0 | 0.08 | 0.57 |
| HSL | 175.09º | 1% | 0.22% | - |
| HSV(B) | 175.09º | 1% | 0.43% | - |
| XYZ | 7.92 | 12.09 | 14.23 | - |
| YUV | 76.08 | 142.06 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 101 | 1 | 0 | 0.08 | 0.57 | 175.09 | 1 | 0.22 |
| Hex | 0 | 6E | 65 | 64 | 0 | 8 | 39 | AF | 64 | 16 |
| Octal | 0 | 156 | 145 | 144 | 0 | 10 | 71 | 257 | 144 | 26 |
| Binary | 0 | 1101110 | 1100101 | 1100100 | 0 | 1000 | 111001 | 10101111 | 1100100 | 10110 |
Color Harmonies of #006E65
Complementary color
Monochromatic Colors of #006E65
Black with #006E65
Text Example
Text Example
White with #006E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E65; }
p { color: rgb(0,110,101); }
H1.HeaderClassName
{
color: #006E65;
}
.AnyTagClassName
{
color: #006E65;
}
</style>
background-color css
<style>
a { background-color: #006E65; }
a { background-color: rgb(0,110,101); }
div.DivClassName
{
background-color: #006E65;
}
.BgClassName
{
background-color: #006E65;
}
</style>
border-color css
<style>
span { border-color: #006E65; }
span { border-color: rgb(0,110,101); }
td.TdClassName
{
border-color: #006E65;
}
.TagClassName
{
border-color: #006E65;
}
</style>