Shades of Tropical Rain Forest #07735F
Tints of Tropical Rain Forest #07735F
RGB
CMYK
RGB Variations
Color information
#07735F (or 0x07735F) is known color: Tropical Rain Forest. HEX triplet: 07, 73 and 5F. RGB value is (7,115,95). Sum of RGB (Red+Green+Blue) = 7+115+95=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #07735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07735F is #F88CA0. Grayscale: #505050. Windows color (decimal): -16288929 or 6255367. OLE color: 6255367.
HSL color Cylindrical-coordinate representation of color #07735F: hue angle of 168.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07735F is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 95 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.55 |
| HSL | 168.89º | 0.89% | 0.24% | - |
| HSV(B) | 168.89º | 0.94% | 0.45% | - |
| XYZ | 8.28 | 13.13 | 12.92 | - |
| YUV | 80.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 95 | 0.94 | 0 | 0.17 | 0.55 | 168.89 | 0.89 | 0.24 |
| Hex | 7 | 73 | 5F | 5E | 0 | 11 | 37 | A9 | 59 | 18 |
| Octal | 7 | 163 | 137 | 136 | 0 | 21 | 67 | 251 | 131 | 30 |
| Binary | 111 | 1110011 | 1011111 | 1011110 | 0 | 10001 | 110111 | 10101001 | 1011001 | 11000 |
Color Harmonies of #07735F
Complementary color
Monochromatic Colors of #07735F
Black with #07735F
Text Example
Text Example
White with #07735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07735F; }
p { color: rgb(7,115,95); }
H1.HeaderClassName
{
color: #07735F;
}
.AnyTagClassName
{
color: #07735F;
}
</style>
background-color css
<style>
a { background-color: #07735F; }
a { background-color: rgb(7,115,95); }
div.DivClassName
{
background-color: #07735F;
}
.BgClassName
{
background-color: #07735F;
}
</style>
border-color css
<style>
span { border-color: #07735F; }
span { border-color: rgb(7,115,95); }
td.TdClassName
{
border-color: #07735F;
}
.TagClassName
{
border-color: #07735F;
}
</style>