Html Css Color HEX #0C7757 Tropical Rain Forest
📋 copy color: '#0C7757'red 12 ◦ green 119 ◦ blue 87
Shades of Tropical Rain Forest #0C7757
Tints of Tropical Rain Forest #0C7757
RGB
CMYK
RGB Variations
Color information
#0C7757 (or 0x0C7757) is known color: Tropical Rain Forest. HEX triplet: 0C, 77 and 57. RGB value is (12,119,87). Sum of RGB (Red+Green+Blue) = 12+119+87=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7757 is #F388A8. Grayscale: #535353. Windows color (decimal): -15960233 or 5732108. OLE color: 5732108.
HSL color Cylindrical-coordinate representation of color #0C7757: hue angle of 162.06º 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 #0C7757 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 87 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.53 |
| HSL | 162.06º | 0.82% | 0.26% | - |
| HSV(B) | 162.06º | 0.9% | 0.47% | - |
| XYZ | 8.47 | 13.96 | 11.27 | - |
| YUV | 83.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 87 | 0.90 | 0 | 0.27 | 0.53 | 162.06 | 0.82 | 0.26 |
| Hex | C | 77 | 57 | 5A | 0 | 1B | 35 | A2 | 52 | 1A |
| Octal | 14 | 167 | 127 | 132 | 0 | 33 | 65 | 242 | 122 | 32 |
| Binary | 1100 | 1110111 | 1010111 | 1011010 | 0 | 11011 | 110101 | 10100010 | 1010010 | 11010 |
Color Harmonies of #0C7757
Complementary color
Monochromatic Colors of #0C7757
Black with #0C7757
Text Example
Text Example
White with #0C7757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7757; }
p { color: rgb(12,119,87); }
H1.HeaderClassName
{
color: #0C7757;
}
.AnyTagClassName
{
color: #0C7757;
}
</style>
background-color css
<style>
a { background-color: #0C7757; }
a { background-color: rgb(12,119,87); }
div.DivClassName
{
background-color: #0C7757;
}
.BgClassName
{
background-color: #0C7757;
}
</style>
border-color css
<style>
span { border-color: #0C7757; }
span { border-color: rgb(12,119,87); }
td.TdClassName
{
border-color: #0C7757;
}
.TagClassName
{
border-color: #0C7757;
}
</style>