Html Css Color HEX #0C765D Tropical Rain Forest
📋 copy color: '#0C765D'red 12 ◦ green 118 ◦ blue 93
Shades of Tropical Rain Forest #0C765D
Tints of Tropical Rain Forest #0C765D
RGB
CMYK
RGB Variations
Color information
#0C765D (or 0x0C765D) is known color: Tropical Rain Forest. HEX triplet: 0C, 76 and 5D. RGB value is (12,118,93). Sum of RGB (Red+Green+Blue) = 12+118+93=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #0C765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C765D is #F389A2. Grayscale: #535353. Windows color (decimal): -15960483 or 6125068. OLE color: 6125068.
HSL color Cylindrical-coordinate representation of color #0C765D: hue angle of 165.85º 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 #0C765D is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 93 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.54 |
| HSL | 165.85º | 0.82% | 0.25% | - |
| HSV(B) | 165.85º | 0.9% | 0.46% | - |
| XYZ | 8.61 | 13.83 | 12.57 | - |
| YUV | 83.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 93 | 0.90 | 0 | 0.21 | 0.54 | 165.85 | 0.82 | 0.25 |
| Hex | C | 76 | 5D | 5A | 0 | 15 | 36 | A6 | 52 | 19 |
| Octal | 14 | 166 | 135 | 132 | 0 | 25 | 66 | 246 | 122 | 31 |
| Binary | 1100 | 1110110 | 1011101 | 1011010 | 0 | 10101 | 110110 | 10100110 | 1010010 | 11001 |
Color Harmonies of #0C765D
Complementary color
Monochromatic Colors of #0C765D
Black with #0C765D
Text Example
Text Example
White with #0C765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C765D; }
p { color: rgb(12,118,93); }
H1.HeaderClassName
{
color: #0C765D;
}
.AnyTagClassName
{
color: #0C765D;
}
</style>
background-color css
<style>
a { background-color: #0C765D; }
a { background-color: rgb(12,118,93); }
div.DivClassName
{
background-color: #0C765D;
}
.BgClassName
{
background-color: #0C765D;
}
</style>
border-color css
<style>
span { border-color: #0C765D; }
span { border-color: rgb(12,118,93); }
td.TdClassName
{
border-color: #0C765D;
}
.TagClassName
{
border-color: #0C765D;
}
</style>