Shades of Tropical Rain Forest #067E56
Tints of Tropical Rain Forest #067E56
RGB
CMYK
RGB Variations
Color information
#067E56 (or 0x067E56) is known color: Tropical Rain Forest. HEX triplet: 06, 7E and 56. RGB value is (6,126,86). Sum of RGB (Red+Green+Blue) = 6+126+86=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #067E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067E56 is #F981A9. Grayscale: #555555. Windows color (decimal): -16351658 or 5668358. OLE color: 5668358.
HSL color Cylindrical-coordinate representation of color #067E56: hue angle of 160º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067E56 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 126 | 86 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.51 |
| HSL | 160º | 0.91% | 0.26% | - |
| HSV(B) | 160º | 0.95% | 0.49% | - |
| XYZ | 9.22 | 15.63 | 11.34 | - |
| YUV | 85.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 86 | 0.95 | 0 | 0.32 | 0.51 | 160 | 0.91 | 0.26 |
| Hex | 6 | 7E | 56 | 5F | 0 | 20 | 33 | A0 | 5B | 1A |
| Octal | 6 | 176 | 126 | 137 | 0 | 40 | 63 | 240 | 133 | 32 |
| Binary | 110 | 1111110 | 1010110 | 1011111 | 0 | 100000 | 110011 | 10100000 | 1011011 | 11010 |
Color Harmonies of #067E56
Complementary color
Monochromatic Colors of #067E56
Black with #067E56
Text Example
Text Example
White with #067E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067E56; }
p { color: rgb(6,126,86); }
H1.HeaderClassName
{
color: #067E56;
}
.AnyTagClassName
{
color: #067E56;
}
</style>
background-color css
<style>
a { background-color: #067E56; }
a { background-color: rgb(6,126,86); }
div.DivClassName
{
background-color: #067E56;
}
.BgClassName
{
background-color: #067E56;
}
</style>
border-color css
<style>
span { border-color: #067E56; }
span { border-color: rgb(6,126,86); }
td.TdClassName
{
border-color: #067E56;
}
.TagClassName
{
border-color: #067E56;
}
</style>