Html Css Color HEX #0C7566 Tropical Rain Forest
📋 copy color: '#0C7566'red 12 ◦ green 117 ◦ blue 102
Shades of Tropical Rain Forest #0C7566
Tints of Tropical Rain Forest #0C7566
RGB
CMYK
RGB Variations
Color information
#0C7566 (or 0x0C7566) is known color: Tropical Rain Forest. HEX triplet: 0C, 75 and 66. RGB value is (12,117,102). Sum of RGB (Red+Green+Blue) = 12+117+102=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7566 is #F38A99. Grayscale: #535353. Windows color (decimal): -15960730 or 6714636. OLE color: 6714636.
HSL color Cylindrical-coordinate representation of color #0C7566: hue angle of 171.43º degrees, saturation: 0.81, 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 #0C7566 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 102 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.54 |
| HSL | 171.43º | 0.81% | 0.25% | - |
| HSV(B) | 171.43º | 0.9% | 0.46% | - |
| XYZ | 8.91 | 13.76 | 14.76 | - |
| YUV | 83.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 102 | 0.90 | 0 | 0.13 | 0.54 | 171.43 | 0.81 | 0.25 |
| Hex | C | 75 | 66 | 5A | 0 | D | 36 | AB | 51 | 19 |
| Octal | 14 | 165 | 146 | 132 | 0 | 15 | 66 | 253 | 121 | 31 |
| Binary | 1100 | 1110101 | 1100110 | 1011010 | 0 | 1101 | 110110 | 10101011 | 1010001 | 11001 |
Color Harmonies of #0C7566
Complementary color
Monochromatic Colors of #0C7566
Black with #0C7566
Text Example
Text Example
White with #0C7566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7566; }
p { color: rgb(12,117,102); }
H1.HeaderClassName
{
color: #0C7566;
}
.AnyTagClassName
{
color: #0C7566;
}
</style>
background-color css
<style>
a { background-color: #0C7566; }
a { background-color: rgb(12,117,102); }
div.DivClassName
{
background-color: #0C7566;
}
.BgClassName
{
background-color: #0C7566;
}
</style>
border-color css
<style>
span { border-color: #0C7566; }
span { border-color: rgb(12,117,102); }
td.TdClassName
{
border-color: #0C7566;
}
.TagClassName
{
border-color: #0C7566;
}
</style>