Html Css Color HEX #006F65 Tropical Rain Forest
📋 copy color: '#006F65'red 0 ◦ green 111 ◦ blue 101
Shades of Tropical Rain Forest #006F65
Tints of Tropical Rain Forest #006F65
RGB
CMYK
RGB Variations
Color information
#006F65 (or 0x006F65) is known color: Tropical Rain Forest. HEX triplet: 00, 6F and 65. RGB value is (0,111,101). Sum of RGB (Red+Green+Blue) = 0+111+101=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #006F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F65 is #FF909A. Grayscale: #4C4C4C. Windows color (decimal): -16748699 or 6647552. OLE color: 6647552.
HSL color Cylindrical-coordinate representation of color #006F65: hue angle of 174.59º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F65 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 101 | - |
| CMYK | 1 | 0 | 0.09 | 0.56 |
| HSL | 174.59º | 1% | 0.22% | - |
| HSV(B) | 174.59º | 1% | 0.44% | - |
| XYZ | 8.03 | 12.31 | 14.26 | - |
| YUV | 76.67 | 141.73 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 101 | 1 | 0 | 0.09 | 0.56 | 174.59 | 1 | 0.22 |
| Hex | 0 | 6F | 65 | 64 | 0 | 9 | 38 | AF | 64 | 16 |
| Octal | 0 | 157 | 145 | 144 | 0 | 11 | 70 | 257 | 144 | 26 |
| Binary | 0 | 1101111 | 1100101 | 1100100 | 0 | 1001 | 111000 | 10101111 | 1100100 | 10110 |
Color Harmonies of #006F65
Complementary color
Monochromatic Colors of #006F65
Black with #006F65
Text Example
Text Example
White with #006F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F65; }
p { color: rgb(0,111,101); }
H1.HeaderClassName
{
color: #006F65;
}
.AnyTagClassName
{
color: #006F65;
}
</style>
background-color css
<style>
a { background-color: #006F65; }
a { background-color: rgb(0,111,101); }
div.DivClassName
{
background-color: #006F65;
}
.BgClassName
{
background-color: #006F65;
}
</style>
border-color css
<style>
span { border-color: #006F65; }
span { border-color: rgb(0,111,101); }
td.TdClassName
{
border-color: #006F65;
}
.TagClassName
{
border-color: #006F65;
}
</style>