Shades of Tropical Rain Forest #06755E
Tints of Tropical Rain Forest #06755E
RGB
CMYK
RGB Variations
Color information
#06755E (or 0x06755E) is known color: Tropical Rain Forest. HEX triplet: 06, 75 and 5E. RGB value is (6,117,94). Sum of RGB (Red+Green+Blue) = 6+117+94=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #06755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06755E is #F98AA1. Grayscale: #515151. Windows color (decimal): -16353954 or 6190342. OLE color: 6190342.
HSL color Cylindrical-coordinate representation of color #06755E: hue angle of 167.57º 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 #06755E is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 94 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.54 |
| HSL | 167.57º | 0.9% | 0.24% | - |
| HSV(B) | 167.57º | 0.95% | 0.46% | - |
| XYZ | 8.46 | 13.57 | 12.76 | - |
| YUV | 81.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 94 | 0.95 | 0 | 0.20 | 0.54 | 167.57 | 0.9 | 0.24 |
| Hex | 6 | 75 | 5E | 5F | 0 | 14 | 36 | A8 | 5A | 18 |
| Octal | 6 | 165 | 136 | 137 | 0 | 24 | 66 | 250 | 132 | 30 |
| Binary | 110 | 1110101 | 1011110 | 1011111 | 0 | 10100 | 110110 | 10101000 | 1011010 | 11000 |
Color Harmonies of #06755E
Complementary color
Monochromatic Colors of #06755E
Black with #06755E
Text Example
Text Example
White with #06755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06755E; }
p { color: rgb(6,117,94); }
H1.HeaderClassName
{
color: #06755E;
}
.AnyTagClassName
{
color: #06755E;
}
</style>
background-color css
<style>
a { background-color: #06755E; }
a { background-color: rgb(6,117,94); }
div.DivClassName
{
background-color: #06755E;
}
.BgClassName
{
background-color: #06755E;
}
</style>
border-color css
<style>
span { border-color: #06755E; }
span { border-color: rgb(6,117,94); }
td.TdClassName
{
border-color: #06755E;
}
.TagClassName
{
border-color: #06755E;
}
</style>