Html Css Color HEX #0F735C Tropical Rain Forest
📋 copy color: '#0F735C'red 15 ◦ green 115 ◦ blue 92
Shades of Tropical Rain Forest #0F735C
Tints of Tropical Rain Forest #0F735C
RGB
CMYK
RGB Variations
Color information
#0F735C (or 0x0F735C) is known color: Tropical Rain Forest. HEX triplet: 0F, 73 and 5C. RGB value is (15,115,92). Sum of RGB (Red+Green+Blue) = 15+115+92=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #0F735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F735C is #F08CA3. Grayscale: #525252. Windows color (decimal): -15764644 or 6058767. OLE color: 6058767.
HSL color Cylindrical-coordinate representation of color #0F735C: hue angle of 166.2º 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 #0F735C is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 115 | 92 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.55 |
| HSL | 166.2º | 0.77% | 0.25% | - |
| HSV(B) | 166.2º | 0.87% | 0.45% | - |
| XYZ | 8.26 | 13.14 | 12.23 | - |
| YUV | 82.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 115 | 92 | 0.87 | 0 | 0.20 | 0.55 | 166.2 | 0.77 | 0.25 |
| Hex | F | 73 | 5C | 57 | 0 | 14 | 37 | A6 | 4D | 19 |
| Octal | 17 | 163 | 134 | 127 | 0 | 24 | 67 | 246 | 115 | 31 |
| Binary | 1111 | 1110011 | 1011100 | 1010111 | 0 | 10100 | 110111 | 10100110 | 1001101 | 11001 |
Color Harmonies of #0F735C
Complementary color
Monochromatic Colors of #0F735C
Black with #0F735C
Text Example
Text Example
White with #0F735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F735C; }
p { color: rgb(15,115,92); }
H1.HeaderClassName
{
color: #0F735C;
}
.AnyTagClassName
{
color: #0F735C;
}
</style>
background-color css
<style>
a { background-color: #0F735C; }
a { background-color: rgb(15,115,92); }
div.DivClassName
{
background-color: #0F735C;
}
.BgClassName
{
background-color: #0F735C;
}
</style>
border-color css
<style>
span { border-color: #0F735C; }
span { border-color: rgb(15,115,92); }
td.TdClassName
{
border-color: #0F735C;
}
.TagClassName
{
border-color: #0F735C;
}
</style>