Html Css Color HEX #0C735D Tropical Rain Forest
📋 copy color: '#0C735D'red 12 ◦ green 115 ◦ blue 93
Shades of Tropical Rain Forest #0C735D
Tints of Tropical Rain Forest #0C735D
RGB
CMYK
RGB Variations
Color information
#0C735D (or 0x0C735D) is known color: Tropical Rain Forest. HEX triplet: 0C, 73 and 5D. RGB value is (12,115,93). Sum of RGB (Red+Green+Blue) = 12+115+93=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #0C735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C735D is #F38CA2. Grayscale: #515151. Windows color (decimal): -15961251 or 6124300. OLE color: 6124300.
HSL color Cylindrical-coordinate representation of color #0C735D: hue angle of 167.18º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C735D is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 115 | 93 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.55 |
| HSL | 167.18º | 0.81% | 0.25% | - |
| HSV(B) | 167.18º | 0.9% | 0.45% | - |
| XYZ | 8.26 | 13.13 | 12.46 | - |
| YUV | 81.7 | 134.38 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 115 | 93 | 0.90 | 0 | 0.19 | 0.55 | 167.18 | 0.81 | 0.25 |
| Hex | C | 73 | 5D | 5A | 0 | 13 | 37 | A7 | 51 | 19 |
| Octal | 14 | 163 | 135 | 132 | 0 | 23 | 67 | 247 | 121 | 31 |
| Binary | 1100 | 1110011 | 1011101 | 1011010 | 0 | 10011 | 110111 | 10100111 | 1010001 | 11001 |
Color Harmonies of #0C735D
Complementary color
Monochromatic Colors of #0C735D
Black with #0C735D
Text Example
Text Example
White with #0C735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C735D; }
p { color: rgb(12,115,93); }
H1.HeaderClassName
{
color: #0C735D;
}
.AnyTagClassName
{
color: #0C735D;
}
</style>
background-color css
<style>
a { background-color: #0C735D; }
a { background-color: rgb(12,115,93); }
div.DivClassName
{
background-color: #0C735D;
}
.BgClassName
{
background-color: #0C735D;
}
</style>
border-color css
<style>
span { border-color: #0C735D; }
span { border-color: rgb(12,115,93); }
td.TdClassName
{
border-color: #0C735D;
}
.TagClassName
{
border-color: #0C735D;
}
</style>