Html Css Color HEX #0C7758 Tropical Rain Forest
📋 copy color: '#0C7758'red 12 ◦ green 119 ◦ blue 88
Shades of Tropical Rain Forest #0C7758
Tints of Tropical Rain Forest #0C7758
RGB
CMYK
RGB Variations
Color information
#0C7758 (or 0x0C7758) is known color: Tropical Rain Forest. HEX triplet: 0C, 77 and 58. RGB value is (12,119,88). Sum of RGB (Red+Green+Blue) = 12+119+88=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7758 is #F388A7. Grayscale: #535353. Windows color (decimal): -15960232 or 5797644. OLE color: 5797644.
HSL color Cylindrical-coordinate representation of color #0C7758: hue angle of 162.62º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7758 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 88 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.53 |
| HSL | 162.62º | 0.82% | 0.26% | - |
| HSV(B) | 162.62º | 0.9% | 0.47% | - |
| XYZ | 8.51 | 13.98 | 11.48 | - |
| YUV | 83.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 88 | 0.90 | 0 | 0.26 | 0.53 | 162.62 | 0.82 | 0.26 |
| Hex | C | 77 | 58 | 5A | 0 | 1A | 35 | A3 | 52 | 1A |
| Octal | 14 | 167 | 130 | 132 | 0 | 32 | 65 | 243 | 122 | 32 |
| Binary | 1100 | 1110111 | 1011000 | 1011010 | 0 | 11010 | 110101 | 10100011 | 1010010 | 11010 |
Color Harmonies of #0C7758
Complementary color
Monochromatic Colors of #0C7758
Black with #0C7758
Text Example
Text Example
White with #0C7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7758; }
p { color: rgb(12,119,88); }
H1.HeaderClassName
{
color: #0C7758;
}
.AnyTagClassName
{
color: #0C7758;
}
</style>
background-color css
<style>
a { background-color: #0C7758; }
a { background-color: rgb(12,119,88); }
div.DivClassName
{
background-color: #0C7758;
}
.BgClassName
{
background-color: #0C7758;
}
</style>
border-color css
<style>
span { border-color: #0C7758; }
span { border-color: rgb(12,119,88); }
td.TdClassName
{
border-color: #0C7758;
}
.TagClassName
{
border-color: #0C7758;
}
</style>