Shades of Tropical Rain Forest #006F60
Tints of Tropical Rain Forest #006F60
RGB
CMYK
RGB Variations
Color information
#006F60 (or 0x006F60) is known color: Tropical Rain Forest. HEX triplet: 00, 6F and 60. RGB value is (0,111,96). Sum of RGB (Red+Green+Blue) = 0+111+96=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #006F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F60 is #FF909F. Grayscale: #4C4C4C. Windows color (decimal): -16748704 or 6319872. OLE color: 6319872.
HSL color Cylindrical-coordinate representation of color #006F60: hue angle of 171.89º 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 #006F60 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 96 | - |
| CMYK | 1 | 0 | 0.14 | 0.56 |
| HSL | 171.89º | 1% | 0.22% | - |
| HSV(B) | 171.89º | 1% | 0.44% | - |
| XYZ | 7.8 | 12.21 | 13.01 | - |
| YUV | 76.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 96 | 1 | 0 | 0.14 | 0.56 | 171.89 | 1 | 0.22 |
| Hex | 0 | 6F | 60 | 64 | 0 | E | 38 | AC | 64 | 16 |
| Octal | 0 | 157 | 140 | 144 | 0 | 16 | 70 | 254 | 144 | 26 |
| Binary | 0 | 1101111 | 1100000 | 1100100 | 0 | 1110 | 111000 | 10101100 | 1100100 | 10110 |
Color Harmonies of #006F60
Complementary color
Monochromatic Colors of #006F60
Black with #006F60
Text Example
Text Example
White with #006F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F60; }
p { color: rgb(0,111,96); }
H1.HeaderClassName
{
color: #006F60;
}
.AnyTagClassName
{
color: #006F60;
}
</style>
background-color css
<style>
a { background-color: #006F60; }
a { background-color: rgb(0,111,96); }
div.DivClassName
{
background-color: #006F60;
}
.BgClassName
{
background-color: #006F60;
}
</style>
border-color css
<style>
span { border-color: #006F60; }
span { border-color: rgb(0,111,96); }
td.TdClassName
{
border-color: #006F60;
}
.TagClassName
{
border-color: #006F60;
}
</style>