Html Css Color HEX #0C7659 Tropical Rain Forest
📋 copy color: '#0C7659'red 12 ◦ green 118 ◦ blue 89
Shades of Tropical Rain Forest #0C7659
Tints of Tropical Rain Forest #0C7659
RGB
CMYK
RGB Variations
Color information
#0C7659 (or 0x0C7659) is known color: Tropical Rain Forest. HEX triplet: 0C, 76 and 59. RGB value is (12,118,89). Sum of RGB (Red+Green+Blue) = 12+118+89=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7659 is #F389A6. Grayscale: #535353. Windows color (decimal): -15960487 or 5862924. OLE color: 5862924.
HSL color Cylindrical-coordinate representation of color #0C7659: hue angle of 163.58º 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 #0C7659 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 89 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.54 |
| HSL | 163.58º | 0.82% | 0.25% | - |
| HSV(B) | 163.58º | 0.9% | 0.46% | - |
| XYZ | 8.43 | 13.76 | 11.66 | - |
| YUV | 83 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 89 | 0.90 | 0 | 0.25 | 0.54 | 163.58 | 0.82 | 0.25 |
| Hex | C | 76 | 59 | 5A | 0 | 19 | 36 | A4 | 52 | 19 |
| Octal | 14 | 166 | 131 | 132 | 0 | 31 | 66 | 244 | 122 | 31 |
| Binary | 1100 | 1110110 | 1011001 | 1011010 | 0 | 11001 | 110110 | 10100100 | 1010010 | 11001 |
Color Harmonies of #0C7659
Complementary color
Monochromatic Colors of #0C7659
Black with #0C7659
Text Example
Text Example
White with #0C7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7659; }
p { color: rgb(12,118,89); }
H1.HeaderClassName
{
color: #0C7659;
}
.AnyTagClassName
{
color: #0C7659;
}
</style>
background-color css
<style>
a { background-color: #0C7659; }
a { background-color: rgb(12,118,89); }
div.DivClassName
{
background-color: #0C7659;
}
.BgClassName
{
background-color: #0C7659;
}
</style>
border-color css
<style>
span { border-color: #0C7659; }
span { border-color: rgb(12,118,89); }
td.TdClassName
{
border-color: #0C7659;
}
.TagClassName
{
border-color: #0C7659;
}
</style>