Html Css Color HEX #0C6D5E Tropical Rain Forest
📋 copy color: '#0C6D5E'red 12 ◦ green 109 ◦ blue 94
Shades of Tropical Rain Forest #0C6D5E
Tints of Tropical Rain Forest #0C6D5E
RGB
CMYK
RGB Variations
Color information
#0C6D5E (or 0x0C6D5E) is known color: Tropical Rain Forest. HEX triplet: 0C, 6D and 5E. RGB value is (12,109,94). Sum of RGB (Red+Green+Blue) = 12+109+94=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6D5E is #F392A1. Grayscale: #4E4E4E. Windows color (decimal): -15962786 or 6188300. OLE color: 6188300.
HSL color Cylindrical-coordinate representation of color #0C6D5E: hue angle of 170.72º 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 #0C6D5E is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 109 | 94 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.57 |
| HSL | 170.72º | 0.8% | 0.24% | - |
| HSV(B) | 170.72º | 0.89% | 0.43% | - |
| XYZ | 7.64 | 11.82 | 12.47 | - |
| YUV | 78.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 94 | 0.89 | 0 | 0.14 | 0.57 | 170.72 | 0.8 | 0.24 |
| Hex | C | 6D | 5E | 59 | 0 | E | 39 | AB | 50 | 18 |
| Octal | 14 | 155 | 136 | 131 | 0 | 16 | 71 | 253 | 120 | 30 |
| Binary | 1100 | 1101101 | 1011110 | 1011001 | 0 | 1110 | 111001 | 10101011 | 1010000 | 11000 |
Color Harmonies of #0C6D5E
Complementary color
Monochromatic Colors of #0C6D5E
Black with #0C6D5E
Text Example
Text Example
White with #0C6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6D5E; }
p { color: rgb(12,109,94); }
H1.HeaderClassName
{
color: #0C6D5E;
}
.AnyTagClassName
{
color: #0C6D5E;
}
</style>
background-color css
<style>
a { background-color: #0C6D5E; }
a { background-color: rgb(12,109,94); }
div.DivClassName
{
background-color: #0C6D5E;
}
.BgClassName
{
background-color: #0C6D5E;
}
</style>
border-color css
<style>
span { border-color: #0C6D5E; }
span { border-color: rgb(12,109,94); }
td.TdClassName
{
border-color: #0C6D5E;
}
.TagClassName
{
border-color: #0C6D5E;
}
</style>