Shades of Tropical Rain Forest #066C60
Tints of Tropical Rain Forest #066C60
RGB
CMYK
RGB Variations
Color information
#066C60 (or 0x066C60) is known color: Tropical Rain Forest. HEX triplet: 06, 6C and 60. RGB value is (6,108,96). Sum of RGB (Red+Green+Blue) = 6+108+96=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #066C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C60 is #F9939F. Grayscale: #4C4C4C. Windows color (decimal): -16356256 or 6319110. OLE color: 6319110.
HSL color Cylindrical-coordinate representation of color #066C60: hue angle of 172.94º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066C60 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 96 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.58 |
| HSL | 172.94º | 0.89% | 0.22% | - |
| HSV(B) | 172.94º | 0.94% | 0.42% | - |
| XYZ | 7.55 | 11.61 | 12.91 | - |
| YUV | 76.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 96 | 0.94 | 0 | 0.11 | 0.58 | 172.94 | 0.89 | 0.22 |
| Hex | 6 | 6C | 60 | 5E | 0 | B | 3A | AD | 59 | 16 |
| Octal | 6 | 154 | 140 | 136 | 0 | 13 | 72 | 255 | 131 | 26 |
| Binary | 110 | 1101100 | 1100000 | 1011110 | 0 | 1011 | 111010 | 10101101 | 1011001 | 10110 |
Color Harmonies of #066C60
Complementary color
Monochromatic Colors of #066C60
Black with #066C60
Text Example
Text Example
White with #066C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C60; }
p { color: rgb(6,108,96); }
H1.HeaderClassName
{
color: #066C60;
}
.AnyTagClassName
{
color: #066C60;
}
</style>
background-color css
<style>
a { background-color: #066C60; }
a { background-color: rgb(6,108,96); }
div.DivClassName
{
background-color: #066C60;
}
.BgClassName
{
background-color: #066C60;
}
</style>
border-color css
<style>
span { border-color: #066C60; }
span { border-color: rgb(6,108,96); }
td.TdClassName
{
border-color: #066C60;
}
.TagClassName
{
border-color: #066C60;
}
</style>