Shades of Tropical Rain Forest #06825F
Tints of Tropical Rain Forest #06825F
RGB
CMYK
RGB Variations
Color information
#06825F (or 0x06825F) is known color: Tropical Rain Forest. HEX triplet: 06, 82 and 5F. RGB value is (6,130,95). Sum of RGB (Red+Green+Blue) = 6+130+95=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #06825F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06825F is #F97DA0. Grayscale: #585858. Windows color (decimal): -16350625 or 6259206. OLE color: 6259206.
HSL color Cylindrical-coordinate representation of color #06825F: hue angle of 163.06º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06825F is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 95 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.49 |
| HSL | 163.06º | 0.91% | 0.27% | - |
| HSV(B) | 163.06º | 0.95% | 0.51% | - |
| XYZ | 10.12 | 16.83 | 13.54 | - |
| YUV | 88.93 | 131.42 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 95 | 0.95 | 0 | 0.27 | 0.49 | 163.06 | 0.91 | 0.27 |
| Hex | 6 | 82 | 5F | 5F | 0 | 1B | 31 | A3 | 5B | 1B |
| Octal | 6 | 202 | 137 | 137 | 0 | 33 | 61 | 243 | 133 | 33 |
| Binary | 110 | 10000010 | 1011111 | 1011111 | 0 | 11011 | 110001 | 10100011 | 1011011 | 11011 |
Color Harmonies of #06825F
Complementary color
Monochromatic Colors of #06825F
Black with #06825F
Text Example
Text Example
White with #06825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06825F; }
p { color: rgb(6,130,95); }
H1.HeaderClassName
{
color: #06825F;
}
.AnyTagClassName
{
color: #06825F;
}
</style>
background-color css
<style>
a { background-color: #06825F; }
a { background-color: rgb(6,130,95); }
div.DivClassName
{
background-color: #06825F;
}
.BgClassName
{
background-color: #06825F;
}
</style>
border-color css
<style>
span { border-color: #06825F; }
span { border-color: rgb(6,130,95); }
td.TdClassName
{
border-color: #06825F;
}
.TagClassName
{
border-color: #06825F;
}
</style>