Html Css Color HEX #0C765C Tropical Rain Forest
📋 copy color: '#0C765C'red 12 ◦ green 118 ◦ blue 92
Shades of Tropical Rain Forest #0C765C
Tints of Tropical Rain Forest #0C765C
RGB
CMYK
RGB Variations
Color information
#0C765C (or 0x0C765C) is known color: Tropical Rain Forest. HEX triplet: 0C, 76 and 5C. RGB value is (12,118,92). Sum of RGB (Red+Green+Blue) = 12+118+92=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #0C765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C765C is #F389A3. Grayscale: #535353. Windows color (decimal): -15960484 or 6059532. OLE color: 6059532.
HSL color Cylindrical-coordinate representation of color #0C765C: hue angle of 165.28º 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 #0C765C is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 92 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.54 |
| HSL | 165.28º | 0.82% | 0.25% | - |
| HSV(B) | 165.28º | 0.9% | 0.46% | - |
| XYZ | 8.56 | 13.81 | 12.34 | - |
| YUV | 83.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 92 | 0.90 | 0 | 0.22 | 0.54 | 165.28 | 0.82 | 0.25 |
| Hex | C | 76 | 5C | 5A | 0 | 16 | 36 | A5 | 52 | 19 |
| Octal | 14 | 166 | 134 | 132 | 0 | 26 | 66 | 245 | 122 | 31 |
| Binary | 1100 | 1110110 | 1011100 | 1011010 | 0 | 10110 | 110110 | 10100101 | 1010010 | 11001 |
Color Harmonies of #0C765C
Complementary color
Monochromatic Colors of #0C765C
Black with #0C765C
Text Example
Text Example
White with #0C765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C765C; }
p { color: rgb(12,118,92); }
H1.HeaderClassName
{
color: #0C765C;
}
.AnyTagClassName
{
color: #0C765C;
}
</style>
background-color css
<style>
a { background-color: #0C765C; }
a { background-color: rgb(12,118,92); }
div.DivClassName
{
background-color: #0C765C;
}
.BgClassName
{
background-color: #0C765C;
}
</style>
border-color css
<style>
span { border-color: #0C765C; }
span { border-color: rgb(12,118,92); }
td.TdClassName
{
border-color: #0C765C;
}
.TagClassName
{
border-color: #0C765C;
}
</style>