Html Css Color HEX #0F7162 Tropical Rain Forest
📋 copy color: '#0F7162'red 15 ◦ green 113 ◦ blue 98
Shades of Tropical Rain Forest #0F7162
Tints of Tropical Rain Forest #0F7162
RGB
CMYK
RGB Variations
Color information
#0F7162 (or 0x0F7162) is known color: Tropical Rain Forest. HEX triplet: 0F, 71 and 62. RGB value is (15,113,98). Sum of RGB (Red+Green+Blue) = 15+113+98=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7162 is #F08E9D. Grayscale: #515151. Windows color (decimal): -15765150 or 6451471. OLE color: 6451471.
HSL color Cylindrical-coordinate representation of color #0F7162: hue angle of 170.82º 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 #0F7162 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 98 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.56 |
| HSL | 170.82º | 0.77% | 0.25% | - |
| HSV(B) | 170.82º | 0.87% | 0.44% | - |
| XYZ | 8.31 | 12.79 | 13.59 | - |
| YUV | 81.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 98 | 0.87 | 0 | 0.13 | 0.56 | 170.82 | 0.77 | 0.25 |
| Hex | F | 71 | 62 | 57 | 0 | D | 38 | AB | 4D | 19 |
| Octal | 17 | 161 | 142 | 127 | 0 | 15 | 70 | 253 | 115 | 31 |
| Binary | 1111 | 1110001 | 1100010 | 1010111 | 0 | 1101 | 111000 | 10101011 | 1001101 | 11001 |
Color Harmonies of #0F7162
Complementary color
Monochromatic Colors of #0F7162
Black with #0F7162
Text Example
Text Example
White with #0F7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7162; }
p { color: rgb(15,113,98); }
H1.HeaderClassName
{
color: #0F7162;
}
.AnyTagClassName
{
color: #0F7162;
}
</style>
background-color css
<style>
a { background-color: #0F7162; }
a { background-color: rgb(15,113,98); }
div.DivClassName
{
background-color: #0F7162;
}
.BgClassName
{
background-color: #0F7162;
}
</style>
border-color css
<style>
span { border-color: #0F7162; }
span { border-color: rgb(15,113,98); }
td.TdClassName
{
border-color: #0F7162;
}
.TagClassName
{
border-color: #0F7162;
}
</style>