Html Css Color HEX #066C65 Tropical Rain Forest
📋 copy color: '#066C65'red 6 ◦ green 108 ◦ blue 101
Shades of Tropical Rain Forest #066C65
Tints of Tropical Rain Forest #066C65
RGB
CMYK
RGB Variations
Color information
#066C65 (or 0x066C65) is known color: Tropical Rain Forest. HEX triplet: 06, 6C and 65. RGB value is (6,108,101). Sum of RGB (Red+Green+Blue) = 6+108+101=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #066C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C65 is #F9939A. Grayscale: #4C4C4C. Windows color (decimal): -16356251 or 6646790. OLE color: 6646790.
HSL color Cylindrical-coordinate representation of color #066C65: hue angle of 175.88º 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 #066C65 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 101 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.58 |
| HSL | 175.88º | 0.89% | 0.22% | - |
| HSV(B) | 175.88º | 0.94% | 0.42% | - |
| XYZ | 7.79 | 11.7 | 14.16 | - |
| YUV | 76.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 101 | 0.94 | 0 | 0.06 | 0.58 | 175.88 | 0.89 | 0.22 |
| Hex | 6 | 6C | 65 | 5E | 0 | 6 | 3A | B0 | 59 | 16 |
| Octal | 6 | 154 | 145 | 136 | 0 | 6 | 72 | 260 | 131 | 26 |
| Binary | 110 | 1101100 | 1100101 | 1011110 | 0 | 110 | 111010 | 10110000 | 1011001 | 10110 |
Color Harmonies of #066C65
Complementary color
Monochromatic Colors of #066C65
Black with #066C65
Text Example
Text Example
White with #066C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C65; }
p { color: rgb(6,108,101); }
H1.HeaderClassName
{
color: #066C65;
}
.AnyTagClassName
{
color: #066C65;
}
</style>
background-color css
<style>
a { background-color: #066C65; }
a { background-color: rgb(6,108,101); }
div.DivClassName
{
background-color: #066C65;
}
.BgClassName
{
background-color: #066C65;
}
</style>
border-color css
<style>
span { border-color: #066C65; }
span { border-color: rgb(6,108,101); }
td.TdClassName
{
border-color: #066C65;
}
.TagClassName
{
border-color: #066C65;
}
</style>