Html Css Color HEX #0C7065 Tropical Rain Forest
📋 copy color: '#0C7065'red 12 ◦ green 112 ◦ blue 101
Shades of Tropical Rain Forest #0C7065
Tints of Tropical Rain Forest #0C7065
RGB
CMYK
RGB Variations
Color information
#0C7065 (or 0x0C7065) is known color: Tropical Rain Forest. HEX triplet: 0C, 70 and 65. RGB value is (12,112,101). Sum of RGB (Red+Green+Blue) = 12+112+101=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7065 is #F38F9A. Grayscale: #505050. Windows color (decimal): -15962011 or 6647820. OLE color: 6647820.
HSL color Cylindrical-coordinate representation of color #0C7065: hue angle of 173.4º 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 #0C7065 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 112 | 101 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.56 |
| HSL | 173.4º | 0.81% | 0.24% | - |
| HSV(B) | 173.4º | 0.89% | 0.44% | - |
| XYZ | 8.29 | 12.61 | 14.31 | - |
| YUV | 80.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 101 | 0.89 | 0 | 0.10 | 0.56 | 173.4 | 0.81 | 0.24 |
| Hex | C | 70 | 65 | 59 | 0 | A | 38 | AD | 51 | 18 |
| Octal | 14 | 160 | 145 | 131 | 0 | 12 | 70 | 255 | 121 | 30 |
| Binary | 1100 | 1110000 | 1100101 | 1011001 | 0 | 1010 | 111000 | 10101101 | 1010001 | 11000 |
Color Harmonies of #0C7065
Complementary color
Monochromatic Colors of #0C7065
Black with #0C7065
Text Example
Text Example
White with #0C7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7065; }
p { color: rgb(12,112,101); }
H1.HeaderClassName
{
color: #0C7065;
}
.AnyTagClassName
{
color: #0C7065;
}
</style>
background-color css
<style>
a { background-color: #0C7065; }
a { background-color: rgb(12,112,101); }
div.DivClassName
{
background-color: #0C7065;
}
.BgClassName
{
background-color: #0C7065;
}
</style>
border-color css
<style>
span { border-color: #0C7065; }
span { border-color: rgb(12,112,101); }
td.TdClassName
{
border-color: #0C7065;
}
.TagClassName
{
border-color: #0C7065;
}
</style>