Shades of Tropical Rain Forest #06725C
Tints of Tropical Rain Forest #06725C
RGB
CMYK
RGB Variations
Color information
#06725C (or 0x06725C) is known color: Tropical Rain Forest. HEX triplet: 06, 72 and 5C. RGB value is (6,114,92). Sum of RGB (Red+Green+Blue) = 6+114+92=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #06725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06725C is #F98DA3. Grayscale: #4F4F4F. Windows color (decimal): -16354724 or 6058502. OLE color: 6058502.
HSL color Cylindrical-coordinate representation of color #06725C: hue angle of 167.78º 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 #06725C is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 114 | 92 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.55 |
| HSL | 167.78º | 0.9% | 0.24% | - |
| HSV(B) | 167.78º | 0.95% | 0.45% | - |
| XYZ | 8.02 | 12.85 | 12.18 | - |
| YUV | 79.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 92 | 0.95 | 0 | 0.19 | 0.55 | 167.78 | 0.9 | 0.24 |
| Hex | 6 | 72 | 5C | 5F | 0 | 13 | 37 | A8 | 5A | 18 |
| Octal | 6 | 162 | 134 | 137 | 0 | 23 | 67 | 250 | 132 | 30 |
| Binary | 110 | 1110010 | 1011100 | 1011111 | 0 | 10011 | 110111 | 10101000 | 1011010 | 11000 |
Color Harmonies of #06725C
Complementary color
Monochromatic Colors of #06725C
Black with #06725C
Text Example
Text Example
White with #06725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06725C; }
p { color: rgb(6,114,92); }
H1.HeaderClassName
{
color: #06725C;
}
.AnyTagClassName
{
color: #06725C;
}
</style>
background-color css
<style>
a { background-color: #06725C; }
a { background-color: rgb(6,114,92); }
div.DivClassName
{
background-color: #06725C;
}
.BgClassName
{
background-color: #06725C;
}
</style>
border-color css
<style>
span { border-color: #06725C; }
span { border-color: rgb(6,114,92); }
td.TdClassName
{
border-color: #06725C;
}
.TagClassName
{
border-color: #06725C;
}
</style>