Html Css Color HEX #008066 Tropical Rain Forest
📋 copy color: '#008066'red 0 ◦ green 128 ◦ blue 102
Shades of Tropical Rain Forest #008066
Tints of Tropical Rain Forest #008066
RGB
CMYK
RGB Variations
Color information
#008066 (or 0x008066) is known color: Tropical Rain Forest. HEX triplet: 00, 80 and 66. RGB value is (0,128,102). Sum of RGB (Red+Green+Blue) = 0+128+102=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #008066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008066 is #FF7F99. Grayscale: #565656. Windows color (decimal): -16744346 or 6717440. OLE color: 6717440.
HSL color Cylindrical-coordinate representation of color #008066: hue angle of 167.81º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008066 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 102 | - |
| CMYK | 1 | 0 | 0.20 | 0.50 |
| HSL | 167.81º | 1% | 0.25% | - |
| HSV(B) | 167.81º | 1% | 0.5% | - |
| XYZ | 10.12 | 16.4 | 15.2 | - |
| YUV | 86.76 | 136.59 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 102 | 1 | 0 | 0.20 | 0.50 | 167.81 | 1 | 0.25 |
| Hex | 0 | 80 | 66 | 64 | 0 | 14 | 32 | A8 | 64 | 19 |
| Octal | 0 | 200 | 146 | 144 | 0 | 24 | 62 | 250 | 144 | 31 |
| Binary | 0 | 10000000 | 1100110 | 1100100 | 0 | 10100 | 110010 | 10101000 | 1100100 | 11001 |
Color Harmonies of #008066
Complementary color
Monochromatic Colors of #008066
Black with #008066
Text Example
Text Example
White with #008066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008066; }
p { color: rgb(0,128,102); }
H1.HeaderClassName
{
color: #008066;
}
.AnyTagClassName
{
color: #008066;
}
</style>
background-color css
<style>
a { background-color: #008066; }
a { background-color: rgb(0,128,102); }
div.DivClassName
{
background-color: #008066;
}
.BgClassName
{
background-color: #008066;
}
</style>
border-color css
<style>
span { border-color: #008066; }
span { border-color: rgb(0,128,102); }
td.TdClassName
{
border-color: #008066;
}
.TagClassName
{
border-color: #008066;
}
</style>