Html Css Color HEX #0C755E Tropical Rain Forest
📋 copy color: '#0C755E'red 12 ◦ green 117 ◦ blue 94
Shades of Tropical Rain Forest #0C755E
Tints of Tropical Rain Forest #0C755E
RGB
CMYK
RGB Variations
Color information
#0C755E (or 0x0C755E) is known color: Tropical Rain Forest. HEX triplet: 0C, 75 and 5E. RGB value is (12,117,94). Sum of RGB (Red+Green+Blue) = 12+117+94=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #0C755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C755E is #F38AA1. Grayscale: #525252. Windows color (decimal): -15960738 or 6190348. OLE color: 6190348.
HSL color Cylindrical-coordinate representation of color #0C755E: hue angle of 166.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C755E is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 94 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.54 |
| HSL | 166.86º | 0.81% | 0.25% | - |
| HSV(B) | 166.86º | 0.9% | 0.46% | - |
| XYZ | 8.53 | 13.61 | 12.77 | - |
| YUV | 82.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 94 | 0.90 | 0 | 0.20 | 0.54 | 166.86 | 0.81 | 0.25 |
| Hex | C | 75 | 5E | 5A | 0 | 14 | 36 | A7 | 51 | 19 |
| Octal | 14 | 165 | 136 | 132 | 0 | 24 | 66 | 247 | 121 | 31 |
| Binary | 1100 | 1110101 | 1011110 | 1011010 | 0 | 10100 | 110110 | 10100111 | 1010001 | 11001 |
Color Harmonies of #0C755E
Complementary color
Monochromatic Colors of #0C755E
Black with #0C755E
Text Example
Text Example
White with #0C755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C755E; }
p { color: rgb(12,117,94); }
H1.HeaderClassName
{
color: #0C755E;
}
.AnyTagClassName
{
color: #0C755E;
}
</style>
background-color css
<style>
a { background-color: #0C755E; }
a { background-color: rgb(12,117,94); }
div.DivClassName
{
background-color: #0C755E;
}
.BgClassName
{
background-color: #0C755E;
}
</style>
border-color css
<style>
span { border-color: #0C755E; }
span { border-color: rgb(12,117,94); }
td.TdClassName
{
border-color: #0C755E;
}
.TagClassName
{
border-color: #0C755E;
}
</style>