Shades of Tropical Rain Forest #06735B
Tints of Tropical Rain Forest #06735B
RGB
CMYK
RGB Variations
Color information
#06735B (or 0x06735B) is known color: Tropical Rain Forest. HEX triplet: 06, 73 and 5B. RGB value is (6,115,91). Sum of RGB (Red+Green+Blue) = 6+115+91=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #06735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06735B is #F98CA4. Grayscale: #4F4F4F. Windows color (decimal): -16354469 or 5993222. OLE color: 5993222.
HSL color Cylindrical-coordinate representation of color #06735B: hue angle of 166.79º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06735B is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 115 | 91 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.55 |
| HSL | 166.79º | 0.9% | 0.24% | - |
| HSV(B) | 166.79º | 0.95% | 0.45% | - |
| XYZ | 8.09 | 13.06 | 11.99 | - |
| YUV | 79.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 91 | 0.95 | 0 | 0.21 | 0.55 | 166.79 | 0.9 | 0.24 |
| Hex | 6 | 73 | 5B | 5F | 0 | 15 | 37 | A7 | 5A | 18 |
| Octal | 6 | 163 | 133 | 137 | 0 | 25 | 67 | 247 | 132 | 30 |
| Binary | 110 | 1110011 | 1011011 | 1011111 | 0 | 10101 | 110111 | 10100111 | 1011010 | 11000 |
Color Harmonies of #06735B
Complementary color
Monochromatic Colors of #06735B
Black with #06735B
Text Example
Text Example
White with #06735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06735B; }
p { color: rgb(6,115,91); }
H1.HeaderClassName
{
color: #06735B;
}
.AnyTagClassName
{
color: #06735B;
}
</style>
background-color css
<style>
a { background-color: #06735B; }
a { background-color: rgb(6,115,91); }
div.DivClassName
{
background-color: #06735B;
}
.BgClassName
{
background-color: #06735B;
}
</style>
border-color css
<style>
span { border-color: #06735B; }
span { border-color: rgb(6,115,91); }
td.TdClassName
{
border-color: #06735B;
}
.TagClassName
{
border-color: #06735B;
}
</style>