Shades of Tropical Rain Forest #07705B
Tints of Tropical Rain Forest #07705B
RGB
CMYK
RGB Variations
Color information
#07705B (or 0x07705B) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 5B. RGB value is (7,112,91). Sum of RGB (Red+Green+Blue) = 7+112+91=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #07705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07705B is #F88FA4. Grayscale: #4E4E4E. Windows color (decimal): -16289701 or 5992455. OLE color: 5992455.
HSL color Cylindrical-coordinate representation of color #07705B: hue angle of 168º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07705B is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 91 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.56 |
| HSL | 168º | 0.88% | 0.23% | - |
| HSV(B) | 168º | 0.94% | 0.44% | - |
| XYZ | 7.77 | 12.39 | 11.88 | - |
| YUV | 78.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 91 | 0.94 | 0 | 0.19 | 0.56 | 168 | 0.88 | 0.23 |
| Hex | 7 | 70 | 5B | 5E | 0 | 13 | 38 | A8 | 58 | 17 |
| Octal | 7 | 160 | 133 | 136 | 0 | 23 | 70 | 250 | 130 | 27 |
| Binary | 111 | 1110000 | 1011011 | 1011110 | 0 | 10011 | 111000 | 10101000 | 1011000 | 10111 |
Color Harmonies of #07705B
Complementary color
Monochromatic Colors of #07705B
Black with #07705B
Text Example
Text Example
White with #07705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07705B; }
p { color: rgb(7,112,91); }
H1.HeaderClassName
{
color: #07705B;
}
.AnyTagClassName
{
color: #07705B;
}
</style>
background-color css
<style>
a { background-color: #07705B; }
a { background-color: rgb(7,112,91); }
div.DivClassName
{
background-color: #07705B;
}
.BgClassName
{
background-color: #07705B;
}
</style>
border-color css
<style>
span { border-color: #07705B; }
span { border-color: rgb(7,112,91); }
td.TdClassName
{
border-color: #07705B;
}
.TagClassName
{
border-color: #07705B;
}
</style>