Shades of Tropical Rain Forest #06725B
Tints of Tropical Rain Forest #06725B
RGB
CMYK
RGB Variations
Color information
#06725B (or 0x06725B) is known color: Tropical Rain Forest. HEX triplet: 06, 72 and 5B. RGB value is (6,114,91). Sum of RGB (Red+Green+Blue) = 6+114+91=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #06725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06725B is #F98DA4. Grayscale: #4F4F4F. Windows color (decimal): -16354725 or 5992966. OLE color: 5992966.
HSL color Cylindrical-coordinate representation of color #06725B: hue angle of 167.22º 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 #06725B is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 114 | 91 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.55 |
| HSL | 167.22º | 0.9% | 0.24% | - |
| HSV(B) | 167.22º | 0.95% | 0.45% | - |
| XYZ | 7.98 | 12.83 | 11.95 | - |
| YUV | 79.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 91 | 0.95 | 0 | 0.20 | 0.55 | 167.22 | 0.9 | 0.24 |
| Hex | 6 | 72 | 5B | 5F | 0 | 14 | 37 | A7 | 5A | 18 |
| Octal | 6 | 162 | 133 | 137 | 0 | 24 | 67 | 247 | 132 | 30 |
| Binary | 110 | 1110010 | 1011011 | 1011111 | 0 | 10100 | 110111 | 10100111 | 1011010 | 11000 |
Color Harmonies of #06725B
Complementary color
Monochromatic Colors of #06725B
Black with #06725B
Text Example
Text Example
White with #06725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06725B; }
p { color: rgb(6,114,91); }
H1.HeaderClassName
{
color: #06725B;
}
.AnyTagClassName
{
color: #06725B;
}
</style>
background-color css
<style>
a { background-color: #06725B; }
a { background-color: rgb(6,114,91); }
div.DivClassName
{
background-color: #06725B;
}
.BgClassName
{
background-color: #06725B;
}
</style>
border-color css
<style>
span { border-color: #06725B; }
span { border-color: rgb(6,114,91); }
td.TdClassName
{
border-color: #06725B;
}
.TagClassName
{
border-color: #06725B;
}
</style>