Html Css Color HEX #0C765E Tropical Rain Forest
📋 copy color: '#0C765E'red 12 ◦ green 118 ◦ blue 94
Shades of Tropical Rain Forest #0C765E
Tints of Tropical Rain Forest #0C765E
RGB
CMYK
RGB Variations
Color information
#0C765E (or 0x0C765E) is known color: Tropical Rain Forest. HEX triplet: 0C, 76 and 5E. RGB value is (12,118,94). Sum of RGB (Red+Green+Blue) = 12+118+94=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #0C765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C765E is #F389A1. Grayscale: #535353. Windows color (decimal): -15960482 or 6190604. OLE color: 6190604.
HSL color Cylindrical-coordinate representation of color #0C765E: hue angle of 166.42º 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 #0C765E is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 94 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.54 |
| HSL | 166.42º | 0.82% | 0.25% | - |
| HSV(B) | 166.42º | 0.9% | 0.46% | - |
| XYZ | 8.65 | 13.84 | 12.81 | - |
| YUV | 83.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 94 | 0.90 | 0 | 0.20 | 0.54 | 166.42 | 0.82 | 0.25 |
| Hex | C | 76 | 5E | 5A | 0 | 14 | 36 | A6 | 52 | 19 |
| Octal | 14 | 166 | 136 | 132 | 0 | 24 | 66 | 246 | 122 | 31 |
| Binary | 1100 | 1110110 | 1011110 | 1011010 | 0 | 10100 | 110110 | 10100110 | 1010010 | 11001 |
Color Harmonies of #0C765E
Complementary color
Monochromatic Colors of #0C765E
Black with #0C765E
Text Example
Text Example
White with #0C765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C765E; }
p { color: rgb(12,118,94); }
H1.HeaderClassName
{
color: #0C765E;
}
.AnyTagClassName
{
color: #0C765E;
}
</style>
background-color css
<style>
a { background-color: #0C765E; }
a { background-color: rgb(12,118,94); }
div.DivClassName
{
background-color: #0C765E;
}
.BgClassName
{
background-color: #0C765E;
}
</style>
border-color css
<style>
span { border-color: #0C765E; }
span { border-color: rgb(12,118,94); }
td.TdClassName
{
border-color: #0C765E;
}
.TagClassName
{
border-color: #0C765E;
}
</style>