Html Css Color HEX #0F7163 Tropical Rain Forest
📋 copy color: '#0F7163'red 15 ◦ green 113 ◦ blue 99
Shades of Tropical Rain Forest #0F7163
Tints of Tropical Rain Forest #0F7163
RGB
CMYK
RGB Variations
Color information
#0F7163 (or 0x0F7163) is known color: Tropical Rain Forest. HEX triplet: 0F, 71 and 63. RGB value is (15,113,99). Sum of RGB (Red+Green+Blue) = 15+113+99=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7163 is #F08E9C. Grayscale: #525252. Windows color (decimal): -15765149 or 6517007. OLE color: 6517007.
HSL color Cylindrical-coordinate representation of color #0F7163: hue angle of 171.43º degrees, saturation: 0.77, 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 #0F7163 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 99 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.56 |
| HSL | 171.43º | 0.77% | 0.25% | - |
| HSV(B) | 171.43º | 0.87% | 0.44% | - |
| XYZ | 8.35 | 12.81 | 13.84 | - |
| YUV | 82.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 99 | 0.87 | 0 | 0.12 | 0.56 | 171.43 | 0.77 | 0.25 |
| Hex | F | 71 | 63 | 57 | 0 | C | 38 | AB | 4D | 19 |
| Octal | 17 | 161 | 143 | 127 | 0 | 14 | 70 | 253 | 115 | 31 |
| Binary | 1111 | 1110001 | 1100011 | 1010111 | 0 | 1100 | 111000 | 10101011 | 1001101 | 11001 |
Color Harmonies of #0F7163
Complementary color
Monochromatic Colors of #0F7163
Black with #0F7163
Text Example
Text Example
White with #0F7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7163; }
p { color: rgb(15,113,99); }
H1.HeaderClassName
{
color: #0F7163;
}
.AnyTagClassName
{
color: #0F7163;
}
</style>
background-color css
<style>
a { background-color: #0F7163; }
a { background-color: rgb(15,113,99); }
div.DivClassName
{
background-color: #0F7163;
}
.BgClassName
{
background-color: #0F7163;
}
</style>
border-color css
<style>
span { border-color: #0F7163; }
span { border-color: rgb(15,113,99); }
td.TdClassName
{
border-color: #0F7163;
}
.TagClassName
{
border-color: #0F7163;
}
</style>