Html Css Color HEX #0A7C5C Tropical Rain Forest
📋 copy color: '#0A7C5C'red 10 ◦ green 124 ◦ blue 92
Shades of Tropical Rain Forest #0A7C5C
Tints of Tropical Rain Forest #0A7C5C
RGB
CMYK
RGB Variations
Color information
#0A7C5C (or 0x0A7C5C) is known color: Tropical Rain Forest. HEX triplet: 0A, 7C and 5C. RGB value is (10,124,92). Sum of RGB (Red+Green+Blue) = 10+124+92=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C5C is #F583A3. Grayscale: #565656. Windows color (decimal): -16090020 or 6061066. OLE color: 6061066.
HSL color Cylindrical-coordinate representation of color #0A7C5C: hue angle of 163.16º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7C5C is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 92 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.51 |
| HSL | 163.16º | 0.85% | 0.26% | - |
| HSV(B) | 163.16º | 0.92% | 0.49% | - |
| XYZ | 9.26 | 15.25 | 12.58 | - |
| YUV | 86.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 92 | 0.92 | 0 | 0.26 | 0.51 | 163.16 | 0.85 | 0.26 |
| Hex | A | 7C | 5C | 5C | 0 | 1A | 33 | A3 | 55 | 1A |
| Octal | 12 | 174 | 134 | 134 | 0 | 32 | 63 | 243 | 125 | 32 |
| Binary | 1010 | 1111100 | 1011100 | 1011100 | 0 | 11010 | 110011 | 10100011 | 1010101 | 11010 |
Color Harmonies of #0A7C5C
Complementary color
Monochromatic Colors of #0A7C5C
Black with #0A7C5C
Text Example
Text Example
White with #0A7C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C5C; }
p { color: rgb(10,124,92); }
H1.HeaderClassName
{
color: #0A7C5C;
}
.AnyTagClassName
{
color: #0A7C5C;
}
</style>
background-color css
<style>
a { background-color: #0A7C5C; }
a { background-color: rgb(10,124,92); }
div.DivClassName
{
background-color: #0A7C5C;
}
.BgClassName
{
background-color: #0A7C5C;
}
</style>
border-color css
<style>
span { border-color: #0A7C5C; }
span { border-color: rgb(10,124,92); }
td.TdClassName
{
border-color: #0A7C5C;
}
.TagClassName
{
border-color: #0A7C5C;
}
</style>