Html Css Color HEX #0C725F Tropical Rain Forest
📋 copy color: '#0C725F'red 12 ◦ green 114 ◦ blue 95
Shades of Tropical Rain Forest #0C725F
Tints of Tropical Rain Forest #0C725F
RGB
CMYK
RGB Variations
Color information
#0C725F (or 0x0C725F) is known color: Tropical Rain Forest. HEX triplet: 0C, 72 and 5F. RGB value is (12,114,95). Sum of RGB (Red+Green+Blue) = 12+114+95=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #0C725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C725F is #F38DA0. Grayscale: #515151. Windows color (decimal): -15961505 or 6255116. OLE color: 6255116.
HSL color Cylindrical-coordinate representation of color #0C725F: hue angle of 168.82º 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 #0C725F is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 114 | 95 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.55 |
| HSL | 168.82º | 0.81% | 0.25% | - |
| HSV(B) | 168.82º | 0.89% | 0.45% | - |
| XYZ | 8.23 | 12.94 | 12.89 | - |
| YUV | 81.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 114 | 95 | 0.89 | 0 | 0.17 | 0.55 | 168.82 | 0.81 | 0.25 |
| Hex | C | 72 | 5F | 59 | 0 | 11 | 37 | A9 | 51 | 19 |
| Octal | 14 | 162 | 137 | 131 | 0 | 21 | 67 | 251 | 121 | 31 |
| Binary | 1100 | 1110010 | 1011111 | 1011001 | 0 | 10001 | 110111 | 10101001 | 1010001 | 11001 |
Color Harmonies of #0C725F
Complementary color
Monochromatic Colors of #0C725F
Black with #0C725F
Text Example
Text Example
White with #0C725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C725F; }
p { color: rgb(12,114,95); }
H1.HeaderClassName
{
color: #0C725F;
}
.AnyTagClassName
{
color: #0C725F;
}
</style>
background-color css
<style>
a { background-color: #0C725F; }
a { background-color: rgb(12,114,95); }
div.DivClassName
{
background-color: #0C725F;
}
.BgClassName
{
background-color: #0C725F;
}
</style>
border-color css
<style>
span { border-color: #0C725F; }
span { border-color: rgb(12,114,95); }
td.TdClassName
{
border-color: #0C725F;
}
.TagClassName
{
border-color: #0C725F;
}
</style>