Html Css Color HEX #0C7662 Tropical Rain Forest
📋 copy color: '#0C7662'red 12 ◦ green 118 ◦ blue 98
Shades of Tropical Rain Forest #0C7662
Tints of Tropical Rain Forest #0C7662
RGB
CMYK
RGB Variations
Color information
#0C7662 (or 0x0C7662) is known color: Tropical Rain Forest. HEX triplet: 0C, 76 and 62. RGB value is (12,118,98). Sum of RGB (Red+Green+Blue) = 12+118+98=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7662 is #F3899D. Grayscale: #535353. Windows color (decimal): -15960478 or 6452748. OLE color: 6452748.
HSL color Cylindrical-coordinate representation of color #0C7662: hue angle of 168.68º 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 #0C7662 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 98 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.54 |
| HSL | 168.68º | 0.82% | 0.25% | - |
| HSV(B) | 168.68º | 0.9% | 0.46% | - |
| XYZ | 8.83 | 13.92 | 13.78 | - |
| YUV | 84.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 98 | 0.90 | 0 | 0.17 | 0.54 | 168.68 | 0.82 | 0.25 |
| Hex | C | 76 | 62 | 5A | 0 | 11 | 36 | A9 | 52 | 19 |
| Octal | 14 | 166 | 142 | 132 | 0 | 21 | 66 | 251 | 122 | 31 |
| Binary | 1100 | 1110110 | 1100010 | 1011010 | 0 | 10001 | 110110 | 10101001 | 1010010 | 11001 |
Color Harmonies of #0C7662
Complementary color
Monochromatic Colors of #0C7662
Black with #0C7662
Text Example
Text Example
White with #0C7662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7662; }
p { color: rgb(12,118,98); }
H1.HeaderClassName
{
color: #0C7662;
}
.AnyTagClassName
{
color: #0C7662;
}
</style>
background-color css
<style>
a { background-color: #0C7662; }
a { background-color: rgb(12,118,98); }
div.DivClassName
{
background-color: #0C7662;
}
.BgClassName
{
background-color: #0C7662;
}
</style>
border-color css
<style>
span { border-color: #0C7662; }
span { border-color: rgb(12,118,98); }
td.TdClassName
{
border-color: #0C7662;
}
.TagClassName
{
border-color: #0C7662;
}
</style>