Html Css Color HEX #0C6D5D Tropical Rain Forest
📋 copy color: '#0C6D5D'red 12 ◦ green 109 ◦ blue 93
Shades of Tropical Rain Forest #0C6D5D
Tints of Tropical Rain Forest #0C6D5D
RGB
CMYK
RGB Variations
Color information
#0C6D5D (or 0x0C6D5D) is known color: Tropical Rain Forest. HEX triplet: 0C, 6D and 5D. RGB value is (12,109,93). Sum of RGB (Red+Green+Blue) = 12+109+93=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6D5D is #F392A2. Grayscale: #4E4E4E. Windows color (decimal): -15962787 or 6122764. OLE color: 6122764.
HSL color Cylindrical-coordinate representation of color #0C6D5D: hue angle of 170.1º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D5D is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 109 | 93 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.57 |
| HSL | 170.1º | 0.8% | 0.24% | - |
| HSV(B) | 170.1º | 0.89% | 0.43% | - |
| XYZ | 7.6 | 11.81 | 12.23 | - |
| YUV | 78.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 93 | 0.89 | 0 | 0.15 | 0.57 | 170.1 | 0.8 | 0.24 |
| Hex | C | 6D | 5D | 59 | 0 | F | 39 | AA | 50 | 18 |
| Octal | 14 | 155 | 135 | 131 | 0 | 17 | 71 | 252 | 120 | 30 |
| Binary | 1100 | 1101101 | 1011101 | 1011001 | 0 | 1111 | 111001 | 10101010 | 1010000 | 11000 |
Color Harmonies of #0C6D5D
Complementary color
Monochromatic Colors of #0C6D5D
Black with #0C6D5D
Text Example
Text Example
White with #0C6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6D5D; }
p { color: rgb(12,109,93); }
H1.HeaderClassName
{
color: #0C6D5D;
}
.AnyTagClassName
{
color: #0C6D5D;
}
</style>
background-color css
<style>
a { background-color: #0C6D5D; }
a { background-color: rgb(12,109,93); }
div.DivClassName
{
background-color: #0C6D5D;
}
.BgClassName
{
background-color: #0C6D5D;
}
</style>
border-color css
<style>
span { border-color: #0C6D5D; }
span { border-color: rgb(12,109,93); }
td.TdClassName
{
border-color: #0C6D5D;
}
.TagClassName
{
border-color: #0C6D5D;
}
</style>