Html Css Color HEX #0C765B Tropical Rain Forest
📋 copy color: '#0C765B'red 12 ◦ green 118 ◦ blue 91
Shades of Tropical Rain Forest #0C765B
Tints of Tropical Rain Forest #0C765B
RGB
CMYK
RGB Variations
Color information
#0C765B (or 0x0C765B) is known color: Tropical Rain Forest. HEX triplet: 0C, 76 and 5B. RGB value is (12,118,91). Sum of RGB (Red+Green+Blue) = 12+118+91=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #0C765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C765B is #F389A4. Grayscale: #535353. Windows color (decimal): -15960485 or 5993996. OLE color: 5993996.
HSL color Cylindrical-coordinate representation of color #0C765B: hue angle of 164.72º 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 #0C765B is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 91 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.54 |
| HSL | 164.72º | 0.82% | 0.25% | - |
| HSV(B) | 164.72º | 0.9% | 0.46% | - |
| XYZ | 8.52 | 13.79 | 12.11 | - |
| YUV | 83.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 91 | 0.90 | 0 | 0.23 | 0.54 | 164.72 | 0.82 | 0.25 |
| Hex | C | 76 | 5B | 5A | 0 | 17 | 36 | A5 | 52 | 19 |
| Octal | 14 | 166 | 133 | 132 | 0 | 27 | 66 | 245 | 122 | 31 |
| Binary | 1100 | 1110110 | 1011011 | 1011010 | 0 | 10111 | 110110 | 10100101 | 1010010 | 11001 |
Color Harmonies of #0C765B
Complementary color
Monochromatic Colors of #0C765B
Black with #0C765B
Text Example
Text Example
White with #0C765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C765B; }
p { color: rgb(12,118,91); }
H1.HeaderClassName
{
color: #0C765B;
}
.AnyTagClassName
{
color: #0C765B;
}
</style>
background-color css
<style>
a { background-color: #0C765B; }
a { background-color: rgb(12,118,91); }
div.DivClassName
{
background-color: #0C765B;
}
.BgClassName
{
background-color: #0C765B;
}
</style>
border-color css
<style>
span { border-color: #0C765B; }
span { border-color: rgb(12,118,91); }
td.TdClassName
{
border-color: #0C765B;
}
.TagClassName
{
border-color: #0C765B;
}
</style>