Html Css Color HEX #0C7265 Tropical Rain Forest
📋 copy color: '#0C7265'red 12 ◦ green 114 ◦ blue 101
Shades of Tropical Rain Forest #0C7265
Tints of Tropical Rain Forest #0C7265
RGB
CMYK
RGB Variations
Color information
#0C7265 (or 0x0C7265) is known color: Tropical Rain Forest. HEX triplet: 0C, 72 and 65. RGB value is (12,114,101). Sum of RGB (Red+Green+Blue) = 12+114+101=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #0C7265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7265 is #F38D9A. Grayscale: #515151. Windows color (decimal): -15961499 or 6648332. OLE color: 6648332.
HSL color Cylindrical-coordinate representation of color #0C7265: hue angle of 172.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7265 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 114 | 101 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.55 |
| HSL | 172.35º | 0.81% | 0.25% | - |
| HSV(B) | 172.35º | 0.89% | 0.45% | - |
| XYZ | 8.52 | 13.05 | 14.38 | - |
| YUV | 82.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 114 | 101 | 0.89 | 0 | 0.11 | 0.55 | 172.35 | 0.81 | 0.25 |
| Hex | C | 72 | 65 | 59 | 0 | B | 37 | AC | 51 | 19 |
| Octal | 14 | 162 | 145 | 131 | 0 | 13 | 67 | 254 | 121 | 31 |
| Binary | 1100 | 1110010 | 1100101 | 1011001 | 0 | 1011 | 110111 | 10101100 | 1010001 | 11001 |
Color Harmonies of #0C7265
Complementary color
Monochromatic Colors of #0C7265
Black with #0C7265
Text Example
Text Example
White with #0C7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7265; }
p { color: rgb(12,114,101); }
H1.HeaderClassName
{
color: #0C7265;
}
.AnyTagClassName
{
color: #0C7265;
}
</style>
background-color css
<style>
a { background-color: #0C7265; }
a { background-color: rgb(12,114,101); }
div.DivClassName
{
background-color: #0C7265;
}
.BgClassName
{
background-color: #0C7265;
}
</style>
border-color css
<style>
span { border-color: #0C7265; }
span { border-color: rgb(12,114,101); }
td.TdClassName
{
border-color: #0C7265;
}
.TagClassName
{
border-color: #0C7265;
}
</style>