Html Css Color HEX #0F6F5A Tropical Rain Forest
📋 copy color: '#0F6F5A'red 15 ◦ green 111 ◦ blue 90
Shades of Tropical Rain Forest #0F6F5A
Tints of Tropical Rain Forest #0F6F5A
RGB
CMYK
RGB Variations
Color information
#0F6F5A (or 0x0F6F5A) is known color: Tropical Rain Forest. HEX triplet: 0F, 6F and 5A. RGB value is (15,111,90). Sum of RGB (Red+Green+Blue) = 15+111+90=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6F5A is #F090A5. Grayscale: #4F4F4F. Windows color (decimal): -15765670 or 5926671. OLE color: 5926671.
HSL color Cylindrical-coordinate representation of color #0F6F5A: hue angle of 166.88º 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 #0F6F5A is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 111 | 90 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.56 |
| HSL | 166.88º | 0.76% | 0.25% | - |
| HSV(B) | 166.88º | 0.86% | 0.44% | - |
| XYZ | 7.73 | 12.21 | 11.62 | - |
| YUV | 79.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 90 | 0.86 | 0 | 0.19 | 0.56 | 166.88 | 0.76 | 0.25 |
| Hex | F | 6F | 5A | 56 | 0 | 13 | 38 | A7 | 4C | 19 |
| Octal | 17 | 157 | 132 | 126 | 0 | 23 | 70 | 247 | 114 | 31 |
| Binary | 1111 | 1101111 | 1011010 | 1010110 | 0 | 10011 | 111000 | 10100111 | 1001100 | 11001 |
Color Harmonies of #0F6F5A
Complementary color
Monochromatic Colors of #0F6F5A
Black with #0F6F5A
Text Example
Text Example
White with #0F6F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6F5A; }
p { color: rgb(15,111,90); }
H1.HeaderClassName
{
color: #0F6F5A;
}
.AnyTagClassName
{
color: #0F6F5A;
}
</style>
background-color css
<style>
a { background-color: #0F6F5A; }
a { background-color: rgb(15,111,90); }
div.DivClassName
{
background-color: #0F6F5A;
}
.BgClassName
{
background-color: #0F6F5A;
}
</style>
border-color css
<style>
span { border-color: #0F6F5A; }
span { border-color: rgb(15,111,90); }
td.TdClassName
{
border-color: #0F6F5A;
}
.TagClassName
{
border-color: #0F6F5A;
}
</style>