Html Css Color HEX #0C7558 Tropical Rain Forest
📋 copy color: '#0C7558'red 12 ◦ green 117 ◦ blue 88
Shades of Tropical Rain Forest #0C7558
Tints of Tropical Rain Forest #0C7558
RGB
CMYK
RGB Variations
Color information
#0C7558 (or 0x0C7558) is known color: Tropical Rain Forest. HEX triplet: 0C, 75 and 58. RGB value is (12,117,88). Sum of RGB (Red+Green+Blue) = 12+117+88=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7558 is #F38AA7. Grayscale: #525252. Windows color (decimal): -15960744 or 5797132. OLE color: 5797132.
HSL color Cylindrical-coordinate representation of color #0C7558: hue angle of 163.43º 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 #0C7558 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 88 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.54 |
| HSL | 163.43º | 0.81% | 0.25% | - |
| HSV(B) | 163.43º | 0.9% | 0.46% | - |
| XYZ | 8.27 | 13.51 | 11.4 | - |
| YUV | 82.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 88 | 0.90 | 0 | 0.25 | 0.54 | 163.43 | 0.81 | 0.25 |
| Hex | C | 75 | 58 | 5A | 0 | 19 | 36 | A3 | 51 | 19 |
| Octal | 14 | 165 | 130 | 132 | 0 | 31 | 66 | 243 | 121 | 31 |
| Binary | 1100 | 1110101 | 1011000 | 1011010 | 0 | 11001 | 110110 | 10100011 | 1010001 | 11001 |
Color Harmonies of #0C7558
Complementary color
Monochromatic Colors of #0C7558
Black with #0C7558
Text Example
Text Example
White with #0C7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7558; }
p { color: rgb(12,117,88); }
H1.HeaderClassName
{
color: #0C7558;
}
.AnyTagClassName
{
color: #0C7558;
}
</style>
background-color css
<style>
a { background-color: #0C7558; }
a { background-color: rgb(12,117,88); }
div.DivClassName
{
background-color: #0C7558;
}
.BgClassName
{
background-color: #0C7558;
}
</style>
border-color css
<style>
span { border-color: #0C7558; }
span { border-color: rgb(12,117,88); }
td.TdClassName
{
border-color: #0C7558;
}
.TagClassName
{
border-color: #0C7558;
}
</style>