Html Css Color HEX #0C7665 Tropical Rain Forest
📋 copy color: '#0C7665'red 12 ◦ green 118 ◦ blue 101
Shades of Tropical Rain Forest #0C7665
Tints of Tropical Rain Forest #0C7665
RGB
CMYK
RGB Variations
Color information
#0C7665 (or 0x0C7665) is known color: Tropical Rain Forest. HEX triplet: 0C, 76 and 65. RGB value is (12,118,101). Sum of RGB (Red+Green+Blue) = 12+118+101=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7665 is #F3899A. Grayscale: #545454. Windows color (decimal): -15960475 or 6649356. OLE color: 6649356.
HSL color Cylindrical-coordinate representation of color #0C7665: hue angle of 170.38º 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 #0C7665 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 101 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.54 |
| HSL | 170.38º | 0.82% | 0.25% | - |
| HSV(B) | 170.38º | 0.9% | 0.46% | - |
| XYZ | 8.98 | 13.97 | 14.54 | - |
| YUV | 84.37 | 137.38 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 101 | 0.90 | 0 | 0.14 | 0.54 | 170.38 | 0.82 | 0.25 |
| Hex | C | 76 | 65 | 5A | 0 | E | 36 | AA | 52 | 19 |
| Octal | 14 | 166 | 145 | 132 | 0 | 16 | 66 | 252 | 122 | 31 |
| Binary | 1100 | 1110110 | 1100101 | 1011010 | 0 | 1110 | 110110 | 10101010 | 1010010 | 11001 |
Color Harmonies of #0C7665
Complementary color
Monochromatic Colors of #0C7665
Black with #0C7665
Text Example
Text Example
White with #0C7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7665; }
p { color: rgb(12,118,101); }
H1.HeaderClassName
{
color: #0C7665;
}
.AnyTagClassName
{
color: #0C7665;
}
</style>
background-color css
<style>
a { background-color: #0C7665; }
a { background-color: rgb(12,118,101); }
div.DivClassName
{
background-color: #0C7665;
}
.BgClassName
{
background-color: #0C7665;
}
</style>
border-color css
<style>
span { border-color: #0C7665; }
span { border-color: rgb(12,118,101); }
td.TdClassName
{
border-color: #0C7665;
}
.TagClassName
{
border-color: #0C7665;
}
</style>