Html Css Color HEX #0C775C Tropical Rain Forest
📋 copy color: '#0C775C'red 12 ◦ green 119 ◦ blue 92
Shades of Tropical Rain Forest #0C775C
Tints of Tropical Rain Forest #0C775C
RGB
CMYK
RGB Variations
Color information
#0C775C (or 0x0C775C) is known color: Tropical Rain Forest. HEX triplet: 0C, 77 and 5C. RGB value is (12,119,92). Sum of RGB (Red+Green+Blue) = 12+119+92=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #0C775C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C775C is #F388A3. Grayscale: #535353. Windows color (decimal): -15960228 or 6059788. OLE color: 6059788.
HSL color Cylindrical-coordinate representation of color #0C775C: hue angle of 164.86º 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 #0C775C is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 92 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.53 |
| HSL | 164.86º | 0.82% | 0.26% | - |
| HSV(B) | 164.86º | 0.9% | 0.47% | - |
| XYZ | 8.68 | 14.04 | 12.38 | - |
| YUV | 83.93 | 132.55 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 92 | 0.90 | 0 | 0.23 | 0.53 | 164.86 | 0.82 | 0.26 |
| Hex | C | 77 | 5C | 5A | 0 | 17 | 35 | A5 | 52 | 1A |
| Octal | 14 | 167 | 134 | 132 | 0 | 27 | 65 | 245 | 122 | 32 |
| Binary | 1100 | 1110111 | 1011100 | 1011010 | 0 | 10111 | 110101 | 10100101 | 1010010 | 11010 |
Color Harmonies of #0C775C
Complementary color
Monochromatic Colors of #0C775C
Black with #0C775C
Text Example
Text Example
White with #0C775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C775C; }
p { color: rgb(12,119,92); }
H1.HeaderClassName
{
color: #0C775C;
}
.AnyTagClassName
{
color: #0C775C;
}
</style>
background-color css
<style>
a { background-color: #0C775C; }
a { background-color: rgb(12,119,92); }
div.DivClassName
{
background-color: #0C775C;
}
.BgClassName
{
background-color: #0C775C;
}
</style>
border-color css
<style>
span { border-color: #0C775C; }
span { border-color: rgb(12,119,92); }
td.TdClassName
{
border-color: #0C775C;
}
.TagClassName
{
border-color: #0C775C;
}
</style>