Shades of Tropical Rain Forest #06725E
Tints of Tropical Rain Forest #06725E
RGB
CMYK
RGB Variations
Color information
#06725E (or 0x06725E) is known color: Tropical Rain Forest. HEX triplet: 06, 72 and 5E. RGB value is (6,114,94). Sum of RGB (Red+Green+Blue) = 6+114+94=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #06725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06725E is #F98DA1. Grayscale: #4F4F4F. Windows color (decimal): -16354722 or 6189574. OLE color: 6189574.
HSL color Cylindrical-coordinate representation of color #06725E: hue angle of 168.89º 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 #06725E is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 114 | 94 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.55 |
| HSL | 168.89º | 0.9% | 0.24% | - |
| HSV(B) | 168.89º | 0.95% | 0.45% | - |
| XYZ | 8.11 | 12.88 | 12.65 | - |
| YUV | 79.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 94 | 0.95 | 0 | 0.18 | 0.55 | 168.89 | 0.9 | 0.24 |
| Hex | 6 | 72 | 5E | 5F | 0 | 12 | 37 | A9 | 5A | 18 |
| Octal | 6 | 162 | 136 | 137 | 0 | 22 | 67 | 251 | 132 | 30 |
| Binary | 110 | 1110010 | 1011110 | 1011111 | 0 | 10010 | 110111 | 10101001 | 1011010 | 11000 |
Color Harmonies of #06725E
Complementary color
Monochromatic Colors of #06725E
Black with #06725E
Text Example
Text Example
White with #06725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06725E; }
p { color: rgb(6,114,94); }
H1.HeaderClassName
{
color: #06725E;
}
.AnyTagClassName
{
color: #06725E;
}
</style>
background-color css
<style>
a { background-color: #06725E; }
a { background-color: rgb(6,114,94); }
div.DivClassName
{
background-color: #06725E;
}
.BgClassName
{
background-color: #06725E;
}
</style>
border-color css
<style>
span { border-color: #06725E; }
span { border-color: rgb(6,114,94); }
td.TdClassName
{
border-color: #06725E;
}
.TagClassName
{
border-color: #06725E;
}
</style>