Html Css Color HEX #0C775A Tropical Rain Forest
📋 copy color: '#0C775A'red 12 ◦ green 119 ◦ blue 90
Shades of Tropical Rain Forest #0C775A
Tints of Tropical Rain Forest #0C775A
RGB
CMYK
RGB Variations
Color information
#0C775A (or 0x0C775A) is known color: Tropical Rain Forest. HEX triplet: 0C, 77 and 5A. RGB value is (12,119,90). Sum of RGB (Red+Green+Blue) = 12+119+90=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #0C775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C775A is #F388A5. Grayscale: #535353. Windows color (decimal): -15960230 or 5928716. OLE color: 5928716.
HSL color Cylindrical-coordinate representation of color #0C775A: hue angle of 163.74º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C775A is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 90 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.53 |
| HSL | 163.74º | 0.82% | 0.26% | - |
| HSV(B) | 163.74º | 0.9% | 0.47% | - |
| XYZ | 8.59 | 14.01 | 11.92 | - |
| YUV | 83.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 90 | 0.90 | 0 | 0.24 | 0.53 | 163.74 | 0.82 | 0.26 |
| Hex | C | 77 | 5A | 5A | 0 | 18 | 35 | A4 | 52 | 1A |
| Octal | 14 | 167 | 132 | 132 | 0 | 30 | 65 | 244 | 122 | 32 |
| Binary | 1100 | 1110111 | 1011010 | 1011010 | 0 | 11000 | 110101 | 10100100 | 1010010 | 11010 |
Color Harmonies of #0C775A
Complementary color
Monochromatic Colors of #0C775A
Black with #0C775A
Text Example
Text Example
White with #0C775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C775A; }
p { color: rgb(12,119,90); }
H1.HeaderClassName
{
color: #0C775A;
}
.AnyTagClassName
{
color: #0C775A;
}
</style>
background-color css
<style>
a { background-color: #0C775A; }
a { background-color: rgb(12,119,90); }
div.DivClassName
{
background-color: #0C775A;
}
.BgClassName
{
background-color: #0C775A;
}
</style>
border-color css
<style>
span { border-color: #0C775A; }
span { border-color: rgb(12,119,90); }
td.TdClassName
{
border-color: #0C775A;
}
.TagClassName
{
border-color: #0C775A;
}
</style>