Html Css Color HEX #0C6C5E Tropical Rain Forest
📋 copy color: '#0C6C5E'red 12 ◦ green 108 ◦ blue 94
Shades of Tropical Rain Forest #0C6C5E
Tints of Tropical Rain Forest #0C6C5E
RGB
CMYK
RGB Variations
Color information
#0C6C5E (or 0x0C6C5E) is known color: Tropical Rain Forest. HEX triplet: 0C, 6C and 5E. RGB value is (12,108,94). Sum of RGB (Red+Green+Blue) = 12+108+94=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6C5E is #F393A1. Grayscale: #4D4D4D. Windows color (decimal): -15963042 or 6188044. OLE color: 6188044.
HSL color Cylindrical-coordinate representation of color #0C6C5E: hue angle of 171.25º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6C5E is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 108 | 94 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.58 |
| HSL | 171.25º | 0.8% | 0.24% | - |
| HSV(B) | 171.25º | 0.89% | 0.42% | - |
| XYZ | 7.53 | 11.61 | 12.43 | - |
| YUV | 77.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 94 | 0.89 | 0 | 0.13 | 0.58 | 171.25 | 0.8 | 0.24 |
| Hex | C | 6C | 5E | 59 | 0 | D | 3A | AB | 50 | 18 |
| Octal | 14 | 154 | 136 | 131 | 0 | 15 | 72 | 253 | 120 | 30 |
| Binary | 1100 | 1101100 | 1011110 | 1011001 | 0 | 1101 | 111010 | 10101011 | 1010000 | 11000 |
Color Harmonies of #0C6C5E
Complementary color
Monochromatic Colors of #0C6C5E
Black with #0C6C5E
Text Example
Text Example
White with #0C6C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6C5E; }
p { color: rgb(12,108,94); }
H1.HeaderClassName
{
color: #0C6C5E;
}
.AnyTagClassName
{
color: #0C6C5E;
}
</style>
background-color css
<style>
a { background-color: #0C6C5E; }
a { background-color: rgb(12,108,94); }
div.DivClassName
{
background-color: #0C6C5E;
}
.BgClassName
{
background-color: #0C6C5E;
}
</style>
border-color css
<style>
span { border-color: #0C6C5E; }
span { border-color: rgb(12,108,94); }
td.TdClassName
{
border-color: #0C6C5E;
}
.TagClassName
{
border-color: #0C6C5E;
}
</style>