Shades of Tropical Rain Forest #06715B
Tints of Tropical Rain Forest #06715B
RGB
CMYK
RGB Variations
Color information
#06715B (or 0x06715B) is known color: Tropical Rain Forest. HEX triplet: 06, 71 and 5B. RGB value is (6,113,91). Sum of RGB (Red+Green+Blue) = 6+113+91=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #06715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06715B is #F98EA4. Grayscale: #4E4E4E. Windows color (decimal): -16354981 or 5992710. OLE color: 5992710.
HSL color Cylindrical-coordinate representation of color #06715B: hue angle of 167.66º 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 #06715B is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 91 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.56 |
| HSL | 167.66º | 0.9% | 0.23% | - |
| HSV(B) | 167.66º | 0.95% | 0.44% | - |
| XYZ | 7.87 | 12.6 | 11.92 | - |
| YUV | 78.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 91 | 0.95 | 0 | 0.19 | 0.56 | 167.66 | 0.9 | 0.23 |
| Hex | 6 | 71 | 5B | 5F | 0 | 13 | 38 | A8 | 5A | 17 |
| Octal | 6 | 161 | 133 | 137 | 0 | 23 | 70 | 250 | 132 | 27 |
| Binary | 110 | 1110001 | 1011011 | 1011111 | 0 | 10011 | 111000 | 10101000 | 1011010 | 10111 |
Color Harmonies of #06715B
Complementary color
Monochromatic Colors of #06715B
Black with #06715B
Text Example
Text Example
White with #06715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06715B; }
p { color: rgb(6,113,91); }
H1.HeaderClassName
{
color: #06715B;
}
.AnyTagClassName
{
color: #06715B;
}
</style>
background-color css
<style>
a { background-color: #06715B; }
a { background-color: rgb(6,113,91); }
div.DivClassName
{
background-color: #06715B;
}
.BgClassName
{
background-color: #06715B;
}
</style>
border-color css
<style>
span { border-color: #06715B; }
span { border-color: rgb(6,113,91); }
td.TdClassName
{
border-color: #06715B;
}
.TagClassName
{
border-color: #06715B;
}
</style>