Shades of Tropical Rain Forest #06845D
Tints of Tropical Rain Forest #06845D
RGB
CMYK
RGB Variations
Color information
#06845D (or 0x06845D) is known color: Tropical Rain Forest. HEX triplet: 06, 84 and 5D. RGB value is (6,132,93). Sum of RGB (Red+Green+Blue) = 6+132+93=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #06845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06845D is #F97BA2. Grayscale: #595959. Windows color (decimal): -16350115 or 6128646. OLE color: 6128646.
HSL color Cylindrical-coordinate representation of color #06845D: hue angle of 161.43º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06845D is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 132 | 93 | - |
| CMYK | 0.95 | 0 | 0.30 | 0.48 |
| HSL | 161.43º | 0.91% | 0.27% | - |
| HSV(B) | 161.43º | 0.95% | 0.52% | - |
| XYZ | 10.3 | 17.33 | 13.16 | - |
| YUV | 89.88 | 129.76 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 93 | 0.95 | 0 | 0.30 | 0.48 | 161.43 | 0.91 | 0.27 |
| Hex | 6 | 84 | 5D | 5F | 0 | 1E | 30 | A1 | 5B | 1B |
| Octal | 6 | 204 | 135 | 137 | 0 | 36 | 60 | 241 | 133 | 33 |
| Binary | 110 | 10000100 | 1011101 | 1011111 | 0 | 11110 | 110000 | 10100001 | 1011011 | 11011 |
Color Harmonies of #06845D
Complementary color
Monochromatic Colors of #06845D
Black with #06845D
Text Example
Text Example
White with #06845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06845D; }
p { color: rgb(6,132,93); }
H1.HeaderClassName
{
color: #06845D;
}
.AnyTagClassName
{
color: #06845D;
}
</style>
background-color css
<style>
a { background-color: #06845D; }
a { background-color: rgb(6,132,93); }
div.DivClassName
{
background-color: #06845D;
}
.BgClassName
{
background-color: #06845D;
}
</style>
border-color css
<style>
span { border-color: #06845D; }
span { border-color: rgb(6,132,93); }
td.TdClassName
{
border-color: #06845D;
}
.TagClassName
{
border-color: #06845D;
}
</style>