Html Css Color HEX #0D6F5F Tropical Rain Forest
📋 copy color: '#0D6F5F'red 13 ◦ green 111 ◦ blue 95
Shades of Tropical Rain Forest #0D6F5F
Tints of Tropical Rain Forest #0D6F5F
RGB
CMYK
RGB Variations
Color information
#0D6F5F (or 0x0D6F5F) is known color: Tropical Rain Forest. HEX triplet: 0D, 6F and 5F. RGB value is (13,111,95). Sum of RGB (Red+Green+Blue) = 13+111+95=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6F5F is #F290A0. Grayscale: #4F4F4F. Windows color (decimal): -15896737 or 6254349. OLE color: 6254349.
HSL color Cylindrical-coordinate representation of color #0D6F5F: hue angle of 170.2º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F5F is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 111 | 95 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.56 |
| HSL | 170.2º | 0.79% | 0.24% | - |
| HSV(B) | 170.2º | 0.88% | 0.44% | - |
| XYZ | 7.92 | 12.28 | 12.78 | - |
| YUV | 79.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 111 | 95 | 0.88 | 0 | 0.14 | 0.56 | 170.2 | 0.79 | 0.24 |
| Hex | D | 6F | 5F | 58 | 0 | E | 38 | AA | 4F | 18 |
| Octal | 15 | 157 | 137 | 130 | 0 | 16 | 70 | 252 | 117 | 30 |
| Binary | 1101 | 1101111 | 1011111 | 1011000 | 0 | 1110 | 111000 | 10101010 | 1001111 | 11000 |
Color Harmonies of #0D6F5F
Complementary color
Monochromatic Colors of #0D6F5F
Black with #0D6F5F
Text Example
Text Example
White with #0D6F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6F5F; }
p { color: rgb(13,111,95); }
H1.HeaderClassName
{
color: #0D6F5F;
}
.AnyTagClassName
{
color: #0D6F5F;
}
</style>
background-color css
<style>
a { background-color: #0D6F5F; }
a { background-color: rgb(13,111,95); }
div.DivClassName
{
background-color: #0D6F5F;
}
.BgClassName
{
background-color: #0D6F5F;
}
</style>
border-color css
<style>
span { border-color: #0D6F5F; }
span { border-color: rgb(13,111,95); }
td.TdClassName
{
border-color: #0D6F5F;
}
.TagClassName
{
border-color: #0D6F5F;
}
</style>