Html Css Color HEX #0C7163 Tropical Rain Forest
📋 copy color: '#0C7163'red 12 ◦ green 113 ◦ blue 99
Shades of Tropical Rain Forest #0C7163
Tints of Tropical Rain Forest #0C7163
RGB
CMYK
RGB Variations
Color information
#0C7163 (or 0x0C7163) is known color: Tropical Rain Forest. HEX triplet: 0C, 71 and 63. RGB value is (12,113,99). Sum of RGB (Red+Green+Blue) = 12+113+99=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7163 is #F38E9C. Grayscale: #515151. Windows color (decimal): -15961757 or 6517004. OLE color: 6517004.
HSL color Cylindrical-coordinate representation of color #0C7163: hue angle of 171.68º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7163 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 99 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.56 |
| HSL | 171.68º | 0.81% | 0.25% | - |
| HSV(B) | 171.68º | 0.89% | 0.44% | - |
| XYZ | 8.31 | 12.79 | 13.84 | - |
| YUV | 81.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 99 | 0.89 | 0 | 0.12 | 0.56 | 171.68 | 0.81 | 0.25 |
| Hex | C | 71 | 63 | 59 | 0 | C | 38 | AC | 51 | 19 |
| Octal | 14 | 161 | 143 | 131 | 0 | 14 | 70 | 254 | 121 | 31 |
| Binary | 1100 | 1110001 | 1100011 | 1011001 | 0 | 1100 | 111000 | 10101100 | 1010001 | 11001 |
Color Harmonies of #0C7163
Complementary color
Monochromatic Colors of #0C7163
Black with #0C7163
Text Example
Text Example
White with #0C7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7163; }
p { color: rgb(12,113,99); }
H1.HeaderClassName
{
color: #0C7163;
}
.AnyTagClassName
{
color: #0C7163;
}
</style>
background-color css
<style>
a { background-color: #0C7163; }
a { background-color: rgb(12,113,99); }
div.DivClassName
{
background-color: #0C7163;
}
.BgClassName
{
background-color: #0C7163;
}
</style>
border-color css
<style>
span { border-color: #0C7163; }
span { border-color: rgb(12,113,99); }
td.TdClassName
{
border-color: #0C7163;
}
.TagClassName
{
border-color: #0C7163;
}
</style>