Shades of Tropical Rain Forest #06705C
Tints of Tropical Rain Forest #06705C
RGB
CMYK
RGB Variations
Color information
#06705C (or 0x06705C) is known color: Tropical Rain Forest. HEX triplet: 06, 70 and 5C. RGB value is (6,112,92). Sum of RGB (Red+Green+Blue) = 6+112+92=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #06705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06705C is #F98FA3. Grayscale: #4E4E4E. Windows color (decimal): -16355236 or 6057990. OLE color: 6057990.
HSL color Cylindrical-coordinate representation of color #06705C: hue angle of 168.68º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06705C is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 92 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.56 |
| HSL | 168.68º | 0.9% | 0.23% | - |
| HSV(B) | 168.68º | 0.95% | 0.44% | - |
| XYZ | 7.8 | 12.4 | 12.11 | - |
| YUV | 78.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 92 | 0.95 | 0 | 0.18 | 0.56 | 168.68 | 0.9 | 0.23 |
| Hex | 6 | 70 | 5C | 5F | 0 | 12 | 38 | A9 | 5A | 17 |
| Octal | 6 | 160 | 134 | 137 | 0 | 22 | 70 | 251 | 132 | 27 |
| Binary | 110 | 1110000 | 1011100 | 1011111 | 0 | 10010 | 111000 | 10101001 | 1011010 | 10111 |
Color Harmonies of #06705C
Complementary color
Monochromatic Colors of #06705C
Black with #06705C
Text Example
Text Example
White with #06705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06705C; }
p { color: rgb(6,112,92); }
H1.HeaderClassName
{
color: #06705C;
}
.AnyTagClassName
{
color: #06705C;
}
</style>
background-color css
<style>
a { background-color: #06705C; }
a { background-color: rgb(6,112,92); }
div.DivClassName
{
background-color: #06705C;
}
.BgClassName
{
background-color: #06705C;
}
</style>
border-color css
<style>
span { border-color: #06705C; }
span { border-color: rgb(6,112,92); }
td.TdClassName
{
border-color: #06705C;
}
.TagClassName
{
border-color: #06705C;
}
</style>