Shades of Tropical Rain Forest #07755B
Tints of Tropical Rain Forest #07755B
RGB
CMYK
RGB Variations
Color information
#07755B (or 0x07755B) is known color: Tropical Rain Forest. HEX triplet: 07, 75 and 5B. RGB value is (7,117,91). Sum of RGB (Red+Green+Blue) = 7+117+91=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #07755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07755B is #F88AA4. Grayscale: #515151. Windows color (decimal): -16288421 or 5993735. OLE color: 5993735.
HSL color Cylindrical-coordinate representation of color #07755B: hue angle of 165.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07755B is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 91 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.54 |
| HSL | 165.82º | 0.89% | 0.24% | - |
| HSV(B) | 165.82º | 0.94% | 0.46% | - |
| XYZ | 8.34 | 13.52 | 12.07 | - |
| YUV | 81.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 91 | 0.94 | 0 | 0.22 | 0.54 | 165.82 | 0.89 | 0.24 |
| Hex | 7 | 75 | 5B | 5E | 0 | 16 | 36 | A6 | 59 | 18 |
| Octal | 7 | 165 | 133 | 136 | 0 | 26 | 66 | 246 | 131 | 30 |
| Binary | 111 | 1110101 | 1011011 | 1011110 | 0 | 10110 | 110110 | 10100110 | 1011001 | 11000 |
Color Harmonies of #07755B
Complementary color
Monochromatic Colors of #07755B
Black with #07755B
Text Example
Text Example
White with #07755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07755B; }
p { color: rgb(7,117,91); }
H1.HeaderClassName
{
color: #07755B;
}
.AnyTagClassName
{
color: #07755B;
}
</style>
background-color css
<style>
a { background-color: #07755B; }
a { background-color: rgb(7,117,91); }
div.DivClassName
{
background-color: #07755B;
}
.BgClassName
{
background-color: #07755B;
}
</style>
border-color css
<style>
span { border-color: #07755B; }
span { border-color: rgb(7,117,91); }
td.TdClassName
{
border-color: #07755B;
}
.TagClassName
{
border-color: #07755B;
}
</style>