Html Css Color HEX #0C7059 Tropical Rain Forest
📋 copy color: '#0C7059'red 12 ◦ green 112 ◦ blue 89
Shades of Tropical Rain Forest #0C7059
Tints of Tropical Rain Forest #0C7059
RGB
CMYK
RGB Variations
Color information
#0C7059 (or 0x0C7059) is known color: Tropical Rain Forest. HEX triplet: 0C, 70 and 59. RGB value is (12,112,89). Sum of RGB (Red+Green+Blue) = 12+112+89=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7059 is #F38FA6. Grayscale: #4F4F4F. Windows color (decimal): -15962023 or 5861388. OLE color: 5861388.
HSL color Cylindrical-coordinate representation of color #0C7059: hue angle of 166.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7059 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 112 | 89 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.56 |
| HSL | 166.2º | 0.81% | 0.24% | - |
| HSV(B) | 166.2º | 0.89% | 0.44% | - |
| XYZ | 7.75 | 12.39 | 11.43 | - |
| YUV | 79.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 89 | 0.89 | 0 | 0.21 | 0.56 | 166.2 | 0.81 | 0.24 |
| Hex | C | 70 | 59 | 59 | 0 | 15 | 38 | A6 | 51 | 18 |
| Octal | 14 | 160 | 131 | 131 | 0 | 25 | 70 | 246 | 121 | 30 |
| Binary | 1100 | 1110000 | 1011001 | 1011001 | 0 | 10101 | 111000 | 10100110 | 1010001 | 11000 |
Color Harmonies of #0C7059
Complementary color
Monochromatic Colors of #0C7059
Black with #0C7059
Text Example
Text Example
White with #0C7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7059; }
p { color: rgb(12,112,89); }
H1.HeaderClassName
{
color: #0C7059;
}
.AnyTagClassName
{
color: #0C7059;
}
</style>
background-color css
<style>
a { background-color: #0C7059; }
a { background-color: rgb(12,112,89); }
div.DivClassName
{
background-color: #0C7059;
}
.BgClassName
{
background-color: #0C7059;
}
</style>
border-color css
<style>
span { border-color: #0C7059; }
span { border-color: rgb(12,112,89); }
td.TdClassName
{
border-color: #0C7059;
}
.TagClassName
{
border-color: #0C7059;
}
</style>