Shades of Tropical Rain Forest #066D60
Tints of Tropical Rain Forest #066D60
RGB
CMYK
RGB Variations
Color information
#066D60 (or 0x066D60) is known color: Tropical Rain Forest. HEX triplet: 06, 6D and 60. RGB value is (6,109,96). Sum of RGB (Red+Green+Blue) = 6+109+96=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #066D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D60 is #F9929F. Grayscale: #4C4C4C. Windows color (decimal): -16356000 or 6319366. OLE color: 6319366.
HSL color Cylindrical-coordinate representation of color #066D60: hue angle of 172.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D60 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 96 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.57 |
| HSL | 172.43º | 0.9% | 0.23% | - |
| HSV(B) | 172.43º | 0.94% | 0.43% | - |
| XYZ | 7.66 | 11.82 | 12.94 | - |
| YUV | 76.72 | 138.88 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 96 | 0.94 | 0 | 0.12 | 0.57 | 172.43 | 0.9 | 0.23 |
| Hex | 6 | 6D | 60 | 5E | 0 | C | 39 | AC | 5A | 17 |
| Octal | 6 | 155 | 140 | 136 | 0 | 14 | 71 | 254 | 132 | 27 |
| Binary | 110 | 1101101 | 1100000 | 1011110 | 0 | 1100 | 111001 | 10101100 | 1011010 | 10111 |
Color Harmonies of #066D60
Complementary color
Monochromatic Colors of #066D60
Black with #066D60
Text Example
Text Example
White with #066D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D60; }
p { color: rgb(6,109,96); }
H1.HeaderClassName
{
color: #066D60;
}
.AnyTagClassName
{
color: #066D60;
}
</style>
background-color css
<style>
a { background-color: #066D60; }
a { background-color: rgb(6,109,96); }
div.DivClassName
{
background-color: #066D60;
}
.BgClassName
{
background-color: #066D60;
}
</style>
border-color css
<style>
span { border-color: #066D60; }
span { border-color: rgb(6,109,96); }
td.TdClassName
{
border-color: #066D60;
}
.TagClassName
{
border-color: #066D60;
}
</style>