Shades of Tropical Rain Forest #06785C
Tints of Tropical Rain Forest #06785C
RGB
CMYK
RGB Variations
Color information
#06785C (or 0x06785C) is known color: Tropical Rain Forest. HEX triplet: 06, 78 and 5C. RGB value is (6,120,92). Sum of RGB (Red+Green+Blue) = 6+120+92=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #06785C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06785C is #F987A3. Grayscale: #525252. Windows color (decimal): -16353188 or 6060038. OLE color: 6060038.
HSL color Cylindrical-coordinate representation of color #06785C: hue angle of 165.26º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06785C is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 120 | 92 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.53 |
| HSL | 165.26º | 0.9% | 0.25% | - |
| HSV(B) | 165.26º | 0.95% | 0.47% | - |
| XYZ | 8.72 | 14.24 | 12.41 | - |
| YUV | 82.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 92 | 0.95 | 0 | 0.23 | 0.53 | 165.26 | 0.9 | 0.25 |
| Hex | 6 | 78 | 5C | 5F | 0 | 17 | 35 | A5 | 5A | 19 |
| Octal | 6 | 170 | 134 | 137 | 0 | 27 | 65 | 245 | 132 | 31 |
| Binary | 110 | 1111000 | 1011100 | 1011111 | 0 | 10111 | 110101 | 10100101 | 1011010 | 11001 |
Color Harmonies of #06785C
Complementary color
Monochromatic Colors of #06785C
Black with #06785C
Text Example
Text Example
White with #06785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06785C; }
p { color: rgb(6,120,92); }
H1.HeaderClassName
{
color: #06785C;
}
.AnyTagClassName
{
color: #06785C;
}
</style>
background-color css
<style>
a { background-color: #06785C; }
a { background-color: rgb(6,120,92); }
div.DivClassName
{
background-color: #06785C;
}
.BgClassName
{
background-color: #06785C;
}
</style>
border-color css
<style>
span { border-color: #06785C; }
span { border-color: rgb(6,120,92); }
td.TdClassName
{
border-color: #06785C;
}
.TagClassName
{
border-color: #06785C;
}
</style>