Html Css Color HEX #007766 Tropical Rain Forest
📋 copy color: '#007766'red 0 ◦ green 119 ◦ blue 102
Shades of Tropical Rain Forest #007766
Tints of Tropical Rain Forest #007766
RGB
CMYK
RGB Variations
Color information
#007766 (or 0x007766) is known color: Tropical Rain Forest. HEX triplet: 00, 77 and 66. RGB value is (0,119,102). Sum of RGB (Red+Green+Blue) = 0+119+102=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #007766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007766 is #FF8899. Grayscale: #515151. Windows color (decimal): -16746650 or 6715136. OLE color: 6715136.
HSL color Cylindrical-coordinate representation of color #007766: hue angle of 171.43º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007766 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 102 | - |
| CMYK | 1 | 0 | 0.14 | 0.53 |
| HSL | 171.43º | 1% | 0.23% | - |
| HSV(B) | 171.43º | 1% | 0.47% | - |
| XYZ | 9 | 14.15 | 14.83 | - |
| YUV | 81.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 102 | 1 | 0 | 0.14 | 0.53 | 171.43 | 1 | 0.23 |
| Hex | 0 | 77 | 66 | 64 | 0 | E | 35 | AB | 64 | 17 |
| Octal | 0 | 167 | 146 | 144 | 0 | 16 | 65 | 253 | 144 | 27 |
| Binary | 0 | 1110111 | 1100110 | 1100100 | 0 | 1110 | 110101 | 10101011 | 1100100 | 10111 |
Color Harmonies of #007766
Complementary color
Monochromatic Colors of #007766
Black with #007766
Text Example
Text Example
White with #007766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007766; }
p { color: rgb(0,119,102); }
H1.HeaderClassName
{
color: #007766;
}
.AnyTagClassName
{
color: #007766;
}
</style>
background-color css
<style>
a { background-color: #007766; }
a { background-color: rgb(0,119,102); }
div.DivClassName
{
background-color: #007766;
}
.BgClassName
{
background-color: #007766;
}
</style>
border-color css
<style>
span { border-color: #007766; }
span { border-color: rgb(0,119,102); }
td.TdClassName
{
border-color: #007766;
}
.TagClassName
{
border-color: #007766;
}
</style>