Shades of Tropical Rain Forest #06765D
Tints of Tropical Rain Forest #06765D
RGB
CMYK
RGB Variations
Color information
#06765D (or 0x06765D) is known color: Tropical Rain Forest. HEX triplet: 06, 76 and 5D. RGB value is (6,118,93). Sum of RGB (Red+Green+Blue) = 6+118+93=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #06765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06765D is #F989A2. Grayscale: #515151. Windows color (decimal): -16353699 or 6125062. OLE color: 6125062.
HSL color Cylindrical-coordinate representation of color #06765D: hue angle of 166.61º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06765D is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 118 | 93 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.54 |
| HSL | 166.61º | 0.9% | 0.24% | - |
| HSV(B) | 166.61º | 0.95% | 0.46% | - |
| XYZ | 8.53 | 13.79 | 12.57 | - |
| YUV | 81.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 93 | 0.95 | 0 | 0.21 | 0.54 | 166.61 | 0.9 | 0.24 |
| Hex | 6 | 76 | 5D | 5F | 0 | 15 | 36 | A7 | 5A | 18 |
| Octal | 6 | 166 | 135 | 137 | 0 | 25 | 66 | 247 | 132 | 30 |
| Binary | 110 | 1110110 | 1011101 | 1011111 | 0 | 10101 | 110110 | 10100111 | 1011010 | 11000 |
Color Harmonies of #06765D
Complementary color
Monochromatic Colors of #06765D
Black with #06765D
Text Example
Text Example
White with #06765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06765D; }
p { color: rgb(6,118,93); }
H1.HeaderClassName
{
color: #06765D;
}
.AnyTagClassName
{
color: #06765D;
}
</style>
background-color css
<style>
a { background-color: #06765D; }
a { background-color: rgb(6,118,93); }
div.DivClassName
{
background-color: #06765D;
}
.BgClassName
{
background-color: #06765D;
}
</style>
border-color css
<style>
span { border-color: #06765D; }
span { border-color: rgb(6,118,93); }
td.TdClassName
{
border-color: #06765D;
}
.TagClassName
{
border-color: #06765D;
}
</style>