Html Css Color HEX #0F725C Tropical Rain Forest
📋 copy color: '#0F725C'red 15 ◦ green 114 ◦ blue 92
Shades of Tropical Rain Forest #0F725C
Tints of Tropical Rain Forest #0F725C
RGB
CMYK
RGB Variations
Color information
#0F725C (or 0x0F725C) is known color: Tropical Rain Forest. HEX triplet: 0F, 72 and 5C. RGB value is (15,114,92). Sum of RGB (Red+Green+Blue) = 15+114+92=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #0F725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F725C is #F08DA3. Grayscale: #515151. Windows color (decimal): -15764900 or 6058511. OLE color: 6058511.
HSL color Cylindrical-coordinate representation of color #0F725C: hue angle of 166.67º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F725C is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 114 | 92 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.55 |
| HSL | 166.67º | 0.77% | 0.25% | - |
| HSV(B) | 166.67º | 0.87% | 0.45% | - |
| XYZ | 8.15 | 12.91 | 12.19 | - |
| YUV | 81.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 92 | 0.87 | 0 | 0.19 | 0.55 | 166.67 | 0.77 | 0.25 |
| Hex | F | 72 | 5C | 57 | 0 | 13 | 37 | A7 | 4D | 19 |
| Octal | 17 | 162 | 134 | 127 | 0 | 23 | 67 | 247 | 115 | 31 |
| Binary | 1111 | 1110010 | 1011100 | 1010111 | 0 | 10011 | 110111 | 10100111 | 1001101 | 11001 |
Color Harmonies of #0F725C
Complementary color
Monochromatic Colors of #0F725C
Black with #0F725C
Text Example
Text Example
White with #0F725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F725C; }
p { color: rgb(15,114,92); }
H1.HeaderClassName
{
color: #0F725C;
}
.AnyTagClassName
{
color: #0F725C;
}
</style>
background-color css
<style>
a { background-color: #0F725C; }
a { background-color: rgb(15,114,92); }
div.DivClassName
{
background-color: #0F725C;
}
.BgClassName
{
background-color: #0F725C;
}
</style>
border-color css
<style>
span { border-color: #0F725C; }
span { border-color: rgb(15,114,92); }
td.TdClassName
{
border-color: #0F725C;
}
.TagClassName
{
border-color: #0F725C;
}
</style>