Html Css Color HEX #0F6F5B Tropical Rain Forest
📋 copy color: '#0F6F5B'red 15 ◦ green 111 ◦ blue 91
Shades of Tropical Rain Forest #0F6F5B
Tints of Tropical Rain Forest #0F6F5B
RGB
CMYK
RGB Variations
Color information
#0F6F5B (or 0x0F6F5B) is known color: Tropical Rain Forest. HEX triplet: 0F, 6F and 5B. RGB value is (15,111,91). Sum of RGB (Red+Green+Blue) = 15+111+91=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6F5B is #F090A4. Grayscale: #505050. Windows color (decimal): -15765669 or 5992207. OLE color: 5992207.
HSL color Cylindrical-coordinate representation of color #0F6F5B: hue angle of 167.5º 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 #0F6F5B is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 111 | 91 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.56 |
| HSL | 167.5º | 0.76% | 0.25% | - |
| HSV(B) | 167.5º | 0.86% | 0.44% | - |
| XYZ | 7.77 | 12.23 | 11.85 | - |
| YUV | 80.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 91 | 0.86 | 0 | 0.18 | 0.56 | 167.5 | 0.76 | 0.25 |
| Hex | F | 6F | 5B | 56 | 0 | 12 | 38 | A8 | 4C | 19 |
| Octal | 17 | 157 | 133 | 126 | 0 | 22 | 70 | 250 | 114 | 31 |
| Binary | 1111 | 1101111 | 1011011 | 1010110 | 0 | 10010 | 111000 | 10101000 | 1001100 | 11001 |
Color Harmonies of #0F6F5B
Complementary color
Monochromatic Colors of #0F6F5B
Black with #0F6F5B
Text Example
Text Example
White with #0F6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6F5B; }
p { color: rgb(15,111,91); }
H1.HeaderClassName
{
color: #0F6F5B;
}
.AnyTagClassName
{
color: #0F6F5B;
}
</style>
background-color css
<style>
a { background-color: #0F6F5B; }
a { background-color: rgb(15,111,91); }
div.DivClassName
{
background-color: #0F6F5B;
}
.BgClassName
{
background-color: #0F6F5B;
}
</style>
border-color css
<style>
span { border-color: #0F6F5B; }
span { border-color: rgb(15,111,91); }
td.TdClassName
{
border-color: #0F6F5B;
}
.TagClassName
{
border-color: #0F6F5B;
}
</style>