Html Css Color HEX #0A7C5D Tropical Rain Forest
📋 copy color: '#0A7C5D'red 10 ◦ green 124 ◦ blue 93
Shades of Tropical Rain Forest #0A7C5D
Tints of Tropical Rain Forest #0A7C5D
RGB
CMYK
RGB Variations
Color information
#0A7C5D (or 0x0A7C5D) is known color: Tropical Rain Forest. HEX triplet: 0A, 7C and 5D. RGB value is (10,124,93). Sum of RGB (Red+Green+Blue) = 10+124+93=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C5D is #F583A2. Grayscale: #565656. Windows color (decimal): -16090019 or 6126602. OLE color: 6126602.
HSL color Cylindrical-coordinate representation of color #0A7C5D: hue angle of 163.68º 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 #0A7C5D is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 93 | - |
| CMYK | 0.92 | 0 | 0.25 | 0.51 |
| HSL | 163.68º | 0.85% | 0.26% | - |
| HSV(B) | 163.68º | 0.92% | 0.49% | - |
| XYZ | 9.31 | 15.27 | 12.81 | - |
| YUV | 86.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 93 | 0.92 | 0 | 0.25 | 0.51 | 163.68 | 0.85 | 0.26 |
| Hex | A | 7C | 5D | 5C | 0 | 19 | 33 | A4 | 55 | 1A |
| Octal | 12 | 174 | 135 | 134 | 0 | 31 | 63 | 244 | 125 | 32 |
| Binary | 1010 | 1111100 | 1011101 | 1011100 | 0 | 11001 | 110011 | 10100100 | 1010101 | 11010 |
Color Harmonies of #0A7C5D
Complementary color
Monochromatic Colors of #0A7C5D
Black with #0A7C5D
Text Example
Text Example
White with #0A7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C5D; }
p { color: rgb(10,124,93); }
H1.HeaderClassName
{
color: #0A7C5D;
}
.AnyTagClassName
{
color: #0A7C5D;
}
</style>
background-color css
<style>
a { background-color: #0A7C5D; }
a { background-color: rgb(10,124,93); }
div.DivClassName
{
background-color: #0A7C5D;
}
.BgClassName
{
background-color: #0A7C5D;
}
</style>
border-color css
<style>
span { border-color: #0A7C5D; }
span { border-color: rgb(10,124,93); }
td.TdClassName
{
border-color: #0A7C5D;
}
.TagClassName
{
border-color: #0A7C5D;
}
</style>