Shades of Tropical Rain Forest #07835D
Tints of Tropical Rain Forest #07835D
RGB
CMYK
RGB Variations
Color information
#07835D (or 0x07835D) is known color: Tropical Rain Forest. HEX triplet: 07, 83 and 5D. RGB value is (7,131,93). Sum of RGB (Red+Green+Blue) = 7+131+93=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #07835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07835D is #F87CA2. Grayscale: #595959. Windows color (decimal): -16284835 or 6128391. OLE color: 6128391.
HSL color Cylindrical-coordinate representation of color #07835D: hue angle of 161.61º degrees, saturation: 0.9, 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 #07835D is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 93 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.49 |
| HSL | 161.61º | 0.9% | 0.27% | - |
| HSV(B) | 161.61º | 0.95% | 0.51% | - |
| XYZ | 10.18 | 17.07 | 13.11 | - |
| YUV | 89.59 | 129.92 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 93 | 0.95 | 0 | 0.29 | 0.49 | 161.61 | 0.9 | 0.27 |
| Hex | 7 | 83 | 5D | 5F | 0 | 1D | 31 | A2 | 5A | 1B |
| Octal | 7 | 203 | 135 | 137 | 0 | 35 | 61 | 242 | 132 | 33 |
| Binary | 111 | 10000011 | 1011101 | 1011111 | 0 | 11101 | 110001 | 10100010 | 1011010 | 11011 |
Color Harmonies of #07835D
Complementary color
Monochromatic Colors of #07835D
Black with #07835D
Text Example
Text Example
White with #07835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07835D; }
p { color: rgb(7,131,93); }
H1.HeaderClassName
{
color: #07835D;
}
.AnyTagClassName
{
color: #07835D;
}
</style>
background-color css
<style>
a { background-color: #07835D; }
a { background-color: rgb(7,131,93); }
div.DivClassName
{
background-color: #07835D;
}
.BgClassName
{
background-color: #07835D;
}
</style>
border-color css
<style>
span { border-color: #07835D; }
span { border-color: rgb(7,131,93); }
td.TdClassName
{
border-color: #07835D;
}
.TagClassName
{
border-color: #07835D;
}
</style>