Html Css Color HEX #0C7657 Tropical Rain Forest
📋 copy color: '#0C7657'red 12 ◦ green 118 ◦ blue 87
Shades of Tropical Rain Forest #0C7657
Tints of Tropical Rain Forest #0C7657
RGB
CMYK
RGB Variations
Color information
#0C7657 (or 0x0C7657) is known color: Tropical Rain Forest. HEX triplet: 0C, 76 and 57. RGB value is (12,118,87). Sum of RGB (Red+Green+Blue) = 12+118+87=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7657 is #F389A8. Grayscale: #525252. Windows color (decimal): -15960489 or 5731852. OLE color: 5731852.
HSL color Cylindrical-coordinate representation of color #0C7657: hue angle of 162.45º degrees, saturation: 0.82, 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 #0C7657 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 87 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.54 |
| HSL | 162.45º | 0.82% | 0.25% | - |
| HSV(B) | 162.45º | 0.9% | 0.46% | - |
| XYZ | 8.35 | 13.72 | 11.23 | - |
| YUV | 82.77 | 130.38 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 87 | 0.90 | 0 | 0.26 | 0.54 | 162.45 | 0.82 | 0.25 |
| Hex | C | 76 | 57 | 5A | 0 | 1A | 36 | A2 | 52 | 19 |
| Octal | 14 | 166 | 127 | 132 | 0 | 32 | 66 | 242 | 122 | 31 |
| Binary | 1100 | 1110110 | 1010111 | 1011010 | 0 | 11010 | 110110 | 10100010 | 1010010 | 11001 |
Color Harmonies of #0C7657
Complementary color
Monochromatic Colors of #0C7657
Black with #0C7657
Text Example
Text Example
White with #0C7657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7657; }
p { color: rgb(12,118,87); }
H1.HeaderClassName
{
color: #0C7657;
}
.AnyTagClassName
{
color: #0C7657;
}
</style>
background-color css
<style>
a { background-color: #0C7657; }
a { background-color: rgb(12,118,87); }
div.DivClassName
{
background-color: #0C7657;
}
.BgClassName
{
background-color: #0C7657;
}
</style>
border-color css
<style>
span { border-color: #0C7657; }
span { border-color: rgb(12,118,87); }
td.TdClassName
{
border-color: #0C7657;
}
.TagClassName
{
border-color: #0C7657;
}
</style>