Html Css Color HEX #0A7C5B Tropical Rain Forest
📋 copy color: '#0A7C5B'red 10 ◦ green 124 ◦ blue 91
Shades of Tropical Rain Forest #0A7C5B
Tints of Tropical Rain Forest #0A7C5B
RGB
CMYK
RGB Variations
Color information
#0A7C5B (or 0x0A7C5B) is known color: Tropical Rain Forest. HEX triplet: 0A, 7C and 5B. RGB value is (10,124,91). Sum of RGB (Red+Green+Blue) = 10+124+91=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C5B is #F583A4. Grayscale: #565656. Windows color (decimal): -16090021 or 5995530. OLE color: 5995530.
HSL color Cylindrical-coordinate representation of color #0A7C5B: hue angle of 162.63º 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 #0A7C5B is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 91 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.51 |
| HSL | 162.63º | 0.85% | 0.26% | - |
| HSV(B) | 162.63º | 0.92% | 0.49% | - |
| XYZ | 9.22 | 15.24 | 12.35 | - |
| YUV | 86.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 91 | 0.92 | 0 | 0.27 | 0.51 | 162.63 | 0.85 | 0.26 |
| Hex | A | 7C | 5B | 5C | 0 | 1B | 33 | A3 | 55 | 1A |
| Octal | 12 | 174 | 133 | 134 | 0 | 33 | 63 | 243 | 125 | 32 |
| Binary | 1010 | 1111100 | 1011011 | 1011100 | 0 | 11011 | 110011 | 10100011 | 1010101 | 11010 |
Color Harmonies of #0A7C5B
Complementary color
Monochromatic Colors of #0A7C5B
Black with #0A7C5B
Text Example
Text Example
White with #0A7C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C5B; }
p { color: rgb(10,124,91); }
H1.HeaderClassName
{
color: #0A7C5B;
}
.AnyTagClassName
{
color: #0A7C5B;
}
</style>
background-color css
<style>
a { background-color: #0A7C5B; }
a { background-color: rgb(10,124,91); }
div.DivClassName
{
background-color: #0A7C5B;
}
.BgClassName
{
background-color: #0A7C5B;
}
</style>
border-color css
<style>
span { border-color: #0A7C5B; }
span { border-color: rgb(10,124,91); }
td.TdClassName
{
border-color: #0A7C5B;
}
.TagClassName
{
border-color: #0A7C5B;
}
</style>