Html Css Color HEX #0C7560 Tropical Rain Forest
📋 copy color: '#0C7560'red 12 ◦ green 117 ◦ blue 96
Shades of Tropical Rain Forest #0C7560
Tints of Tropical Rain Forest #0C7560
RGB
CMYK
RGB Variations
Color information
#0C7560 (or 0x0C7560) is known color: Tropical Rain Forest. HEX triplet: 0C, 75 and 60. RGB value is (12,117,96). Sum of RGB (Red+Green+Blue) = 12+117+96=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7560 is #F38A9F. Grayscale: #535353. Windows color (decimal): -15960736 or 6321420. OLE color: 6321420.
HSL color Cylindrical-coordinate representation of color #0C7560: hue angle of 168º degrees, saturation: 0.81, 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 #0C7560 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 96 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.54 |
| HSL | 168º | 0.81% | 0.25% | - |
| HSV(B) | 168º | 0.9% | 0.46% | - |
| XYZ | 8.62 | 13.65 | 13.25 | - |
| YUV | 83.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 96 | 0.90 | 0 | 0.18 | 0.54 | 168 | 0.81 | 0.25 |
| Hex | C | 75 | 60 | 5A | 0 | 12 | 36 | A8 | 51 | 19 |
| Octal | 14 | 165 | 140 | 132 | 0 | 22 | 66 | 250 | 121 | 31 |
| Binary | 1100 | 1110101 | 1100000 | 1011010 | 0 | 10010 | 110110 | 10101000 | 1010001 | 11001 |
Color Harmonies of #0C7560
Complementary color
Monochromatic Colors of #0C7560
Black with #0C7560
Text Example
Text Example
White with #0C7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7560; }
p { color: rgb(12,117,96); }
H1.HeaderClassName
{
color: #0C7560;
}
.AnyTagClassName
{
color: #0C7560;
}
</style>
background-color css
<style>
a { background-color: #0C7560; }
a { background-color: rgb(12,117,96); }
div.DivClassName
{
background-color: #0C7560;
}
.BgClassName
{
background-color: #0C7560;
}
</style>
border-color css
<style>
span { border-color: #0C7560; }
span { border-color: rgb(12,117,96); }
td.TdClassName
{
border-color: #0C7560;
}
.TagClassName
{
border-color: #0C7560;
}
</style>