Shades of Tropical Rain Forest #07815E
Tints of Tropical Rain Forest #07815E
RGB
CMYK
RGB Variations
Color information
#07815E (or 0x07815E) is known color: Tropical Rain Forest. HEX triplet: 07, 81 and 5E. RGB value is (7,129,94). Sum of RGB (Red+Green+Blue) = 7+129+94=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #07815E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07815E is #F87EA1. Grayscale: #585858. Windows color (decimal): -16285346 or 6193415. OLE color: 6193415.
HSL color Cylindrical-coordinate representation of color #07815E: hue angle of 162.79º 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 #07815E is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 94 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.49 |
| HSL | 162.79º | 0.9% | 0.27% | - |
| HSV(B) | 162.79º | 0.95% | 0.51% | - |
| XYZ | 9.96 | 16.55 | 13.26 | - |
| YUV | 88.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 94 | 0.95 | 0 | 0.27 | 0.49 | 162.79 | 0.9 | 0.27 |
| Hex | 7 | 81 | 5E | 5F | 0 | 1B | 31 | A3 | 5A | 1B |
| Octal | 7 | 201 | 136 | 137 | 0 | 33 | 61 | 243 | 132 | 33 |
| Binary | 111 | 10000001 | 1011110 | 1011111 | 0 | 11011 | 110001 | 10100011 | 1011010 | 11011 |
Color Harmonies of #07815E
Complementary color
Monochromatic Colors of #07815E
Black with #07815E
Text Example
Text Example
White with #07815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07815E; }
p { color: rgb(7,129,94); }
H1.HeaderClassName
{
color: #07815E;
}
.AnyTagClassName
{
color: #07815E;
}
</style>
background-color css
<style>
a { background-color: #07815E; }
a { background-color: rgb(7,129,94); }
div.DivClassName
{
background-color: #07815E;
}
.BgClassName
{
background-color: #07815E;
}
</style>
border-color css
<style>
span { border-color: #07815E; }
span { border-color: rgb(7,129,94); }
td.TdClassName
{
border-color: #07815E;
}
.TagClassName
{
border-color: #07815E;
}
</style>