Shades of Tropical Rain Forest #067D57
Tints of Tropical Rain Forest #067D57
RGB
CMYK
RGB Variations
Color information
#067D57 (or 0x067D57) is known color: Tropical Rain Forest. HEX triplet: 06, 7D and 57. RGB value is (6,125,87). Sum of RGB (Red+Green+Blue) = 6+125+87=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #067D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D57 is #F982A8. Grayscale: #555555. Windows color (decimal): -16351913 or 5733638. OLE color: 5733638.
HSL color Cylindrical-coordinate representation of color #067D57: hue angle of 160.84º 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 #067D57 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 125 | 87 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.51 |
| HSL | 160.84º | 0.91% | 0.26% | - |
| HSV(B) | 160.84º | 0.95% | 0.49% | - |
| XYZ | 9.13 | 15.39 | 11.51 | - |
| YUV | 85.09 | 129.08 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 87 | 0.95 | 0 | 0.30 | 0.51 | 160.84 | 0.91 | 0.26 |
| Hex | 6 | 7D | 57 | 5F | 0 | 1E | 33 | A1 | 5B | 1A |
| Octal | 6 | 175 | 127 | 137 | 0 | 36 | 63 | 241 | 133 | 32 |
| Binary | 110 | 1111101 | 1010111 | 1011111 | 0 | 11110 | 110011 | 10100001 | 1011011 | 11010 |
Color Harmonies of #067D57
Complementary color
Monochromatic Colors of #067D57
Black with #067D57
Text Example
Text Example
White with #067D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067D57; }
p { color: rgb(6,125,87); }
H1.HeaderClassName
{
color: #067D57;
}
.AnyTagClassName
{
color: #067D57;
}
</style>
background-color css
<style>
a { background-color: #067D57; }
a { background-color: rgb(6,125,87); }
div.DivClassName
{
background-color: #067D57;
}
.BgClassName
{
background-color: #067D57;
}
</style>
border-color css
<style>
span { border-color: #067D57; }
span { border-color: rgb(6,125,87); }
td.TdClassName
{
border-color: #067D57;
}
.TagClassName
{
border-color: #067D57;
}
</style>