Html Css Color HEX #0A7D5C Tropical Rain Forest
📋 copy color: '#0A7D5C'red 10 ◦ green 125 ◦ blue 92
Shades of Tropical Rain Forest #0A7D5C
Tints of Tropical Rain Forest #0A7D5C
RGB
CMYK
RGB Variations
Color information
#0A7D5C (or 0x0A7D5C) is known color: Tropical Rain Forest. HEX triplet: 0A, 7D and 5C. RGB value is (10,125,92). Sum of RGB (Red+Green+Blue) = 10+125+92=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D5C is #F582A3. Grayscale: #565656. Windows color (decimal): -16089764 or 6061322. OLE color: 6061322.
HSL color Cylindrical-coordinate representation of color #0A7D5C: hue angle of 162.78º 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 #0A7D5C is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 125 | 92 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.51 |
| HSL | 162.78º | 0.85% | 0.26% | - |
| HSV(B) | 162.78º | 0.92% | 0.49% | - |
| XYZ | 9.39 | 15.5 | 12.62 | - |
| YUV | 86.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 92 | 0.92 | 0 | 0.26 | 0.51 | 162.78 | 0.85 | 0.26 |
| Hex | A | 7D | 5C | 5C | 0 | 1A | 33 | A3 | 55 | 1A |
| Octal | 12 | 175 | 134 | 134 | 0 | 32 | 63 | 243 | 125 | 32 |
| Binary | 1010 | 1111101 | 1011100 | 1011100 | 0 | 11010 | 110011 | 10100011 | 1010101 | 11010 |
Color Harmonies of #0A7D5C
Complementary color
Monochromatic Colors of #0A7D5C
Black with #0A7D5C
Text Example
Text Example
White with #0A7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7D5C; }
p { color: rgb(10,125,92); }
H1.HeaderClassName
{
color: #0A7D5C;
}
.AnyTagClassName
{
color: #0A7D5C;
}
</style>
background-color css
<style>
a { background-color: #0A7D5C; }
a { background-color: rgb(10,125,92); }
div.DivClassName
{
background-color: #0A7D5C;
}
.BgClassName
{
background-color: #0A7D5C;
}
</style>
border-color css
<style>
span { border-color: #0A7D5C; }
span { border-color: rgb(10,125,92); }
td.TdClassName
{
border-color: #0A7D5C;
}
.TagClassName
{
border-color: #0A7D5C;
}
</style>