Html Css Color HEX #0F705E Tropical Rain Forest
📋 copy color: '#0F705E'red 15 ◦ green 112 ◦ blue 94
Shades of Tropical Rain Forest #0F705E
Tints of Tropical Rain Forest #0F705E
RGB
CMYK
RGB Variations
Color information
#0F705E (or 0x0F705E) is known color: Tropical Rain Forest. HEX triplet: 0F, 70 and 5E. RGB value is (15,112,94). Sum of RGB (Red+Green+Blue) = 15+112+94=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #0F705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F705E is #F08FA1. Grayscale: #505050. Windows color (decimal): -15765410 or 6189071. OLE color: 6189071.
HSL color Cylindrical-coordinate representation of color #0F705E: hue angle of 168.87º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F705E is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 94 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.56 |
| HSL | 168.87º | 0.76% | 0.25% | - |
| HSV(B) | 168.87º | 0.87% | 0.44% | - |
| XYZ | 8.01 | 12.5 | 12.58 | - |
| YUV | 80.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 94 | 0.87 | 0 | 0.16 | 0.56 | 168.87 | 0.76 | 0.25 |
| Hex | F | 70 | 5E | 57 | 0 | 10 | 38 | A9 | 4C | 19 |
| Octal | 17 | 160 | 136 | 127 | 0 | 20 | 70 | 251 | 114 | 31 |
| Binary | 1111 | 1110000 | 1011110 | 1010111 | 0 | 10000 | 111000 | 10101001 | 1001100 | 11001 |
Color Harmonies of #0F705E
Complementary color
Monochromatic Colors of #0F705E
Black with #0F705E
Text Example
Text Example
White with #0F705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F705E; }
p { color: rgb(15,112,94); }
H1.HeaderClassName
{
color: #0F705E;
}
.AnyTagClassName
{
color: #0F705E;
}
</style>
background-color css
<style>
a { background-color: #0F705E; }
a { background-color: rgb(15,112,94); }
div.DivClassName
{
background-color: #0F705E;
}
.BgClassName
{
background-color: #0F705E;
}
</style>
border-color css
<style>
span { border-color: #0F705E; }
span { border-color: rgb(15,112,94); }
td.TdClassName
{
border-color: #0F705E;
}
.TagClassName
{
border-color: #0F705E;
}
</style>