Html Css Color HEX #0F6F5E Tropical Rain Forest
📋 copy color: '#0F6F5E'red 15 ◦ green 111 ◦ blue 94
Shades of Tropical Rain Forest #0F6F5E
Tints of Tropical Rain Forest #0F6F5E
RGB
CMYK
RGB Variations
Color information
#0F6F5E (or 0x0F6F5E) is known color: Tropical Rain Forest. HEX triplet: 0F, 6F and 5E. RGB value is (15,111,94). Sum of RGB (Red+Green+Blue) = 15+111+94=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6F5E is #F090A1. Grayscale: #505050. Windows color (decimal): -15765666 or 6188815. OLE color: 6188815.
HSL color Cylindrical-coordinate representation of color #0F6F5E: hue angle of 169.38º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6F5E is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 111 | 94 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.56 |
| HSL | 169.38º | 0.76% | 0.25% | - |
| HSV(B) | 169.38º | 0.86% | 0.44% | - |
| XYZ | 7.9 | 12.28 | 12.54 | - |
| YUV | 80.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 94 | 0.86 | 0 | 0.15 | 0.56 | 169.38 | 0.76 | 0.25 |
| Hex | F | 6F | 5E | 56 | 0 | F | 38 | A9 | 4C | 19 |
| Octal | 17 | 157 | 136 | 126 | 0 | 17 | 70 | 251 | 114 | 31 |
| Binary | 1111 | 1101111 | 1011110 | 1010110 | 0 | 1111 | 111000 | 10101001 | 1001100 | 11001 |
Color Harmonies of #0F6F5E
Complementary color
Monochromatic Colors of #0F6F5E
Black with #0F6F5E
Text Example
Text Example
White with #0F6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6F5E; }
p { color: rgb(15,111,94); }
H1.HeaderClassName
{
color: #0F6F5E;
}
.AnyTagClassName
{
color: #0F6F5E;
}
</style>
background-color css
<style>
a { background-color: #0F6F5E; }
a { background-color: rgb(15,111,94); }
div.DivClassName
{
background-color: #0F6F5E;
}
.BgClassName
{
background-color: #0F6F5E;
}
</style>
border-color css
<style>
span { border-color: #0F6F5E; }
span { border-color: rgb(15,111,94); }
td.TdClassName
{
border-color: #0F6F5E;
}
.TagClassName
{
border-color: #0F6F5E;
}
</style>