Html Css Color HEX #0F7161 Tropical Rain Forest
📋 copy color: '#0F7161'red 15 ◦ green 113 ◦ blue 97
Shades of Tropical Rain Forest #0F7161
Tints of Tropical Rain Forest #0F7161
RGB
CMYK
RGB Variations
Color information
#0F7161 (or 0x0F7161) is known color: Tropical Rain Forest. HEX triplet: 0F, 71 and 61. RGB value is (15,113,97). Sum of RGB (Red+Green+Blue) = 15+113+97=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #0F7161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7161 is #F08E9E. Grayscale: #515151. Windows color (decimal): -15765151 or 6385935. OLE color: 6385935.
HSL color Cylindrical-coordinate representation of color #0F7161: hue angle of 170.2º 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 #0F7161 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 97 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.56 |
| HSL | 170.2º | 0.77% | 0.25% | - |
| HSV(B) | 170.2º | 0.87% | 0.44% | - |
| XYZ | 8.26 | 12.77 | 13.34 | - |
| YUV | 81.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 97 | 0.87 | 0 | 0.14 | 0.56 | 170.2 | 0.77 | 0.25 |
| Hex | F | 71 | 61 | 57 | 0 | E | 38 | AA | 4D | 19 |
| Octal | 17 | 161 | 141 | 127 | 0 | 16 | 70 | 252 | 115 | 31 |
| Binary | 1111 | 1110001 | 1100001 | 1010111 | 0 | 1110 | 111000 | 10101010 | 1001101 | 11001 |
Color Harmonies of #0F7161
Complementary color
Monochromatic Colors of #0F7161
Black with #0F7161
Text Example
Text Example
White with #0F7161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7161; }
p { color: rgb(15,113,97); }
H1.HeaderClassName
{
color: #0F7161;
}
.AnyTagClassName
{
color: #0F7161;
}
</style>
background-color css
<style>
a { background-color: #0F7161; }
a { background-color: rgb(15,113,97); }
div.DivClassName
{
background-color: #0F7161;
}
.BgClassName
{
background-color: #0F7161;
}
</style>
border-color css
<style>
span { border-color: #0F7161; }
span { border-color: rgb(15,113,97); }
td.TdClassName
{
border-color: #0F7161;
}
.TagClassName
{
border-color: #0F7161;
}
</style>