Html Css Color HEX #0A7C59 Tropical Rain Forest
📋 copy color: '#0A7C59'red 10 ◦ green 124 ◦ blue 89
Shades of Tropical Rain Forest #0A7C59
Tints of Tropical Rain Forest #0A7C59
RGB
CMYK
RGB Variations
Color information
#0A7C59 (or 0x0A7C59) is known color: Tropical Rain Forest. HEX triplet: 0A, 7C and 59. RGB value is (10,124,89). Sum of RGB (Red+Green+Blue) = 10+124+89=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C59 is #F583A6. Grayscale: #555555. Windows color (decimal): -16090023 or 5864458. OLE color: 5864458.
HSL color Cylindrical-coordinate representation of color #0A7C59: hue angle of 161.58º 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 #0A7C59 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 89 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.51 |
| HSL | 161.58º | 0.85% | 0.26% | - |
| HSV(B) | 161.58º | 0.92% | 0.49% | - |
| XYZ | 9.14 | 15.2 | 11.9 | - |
| YUV | 85.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 89 | 0.92 | 0 | 0.28 | 0.51 | 161.58 | 0.85 | 0.26 |
| Hex | A | 7C | 59 | 5C | 0 | 1C | 33 | A2 | 55 | 1A |
| Octal | 12 | 174 | 131 | 134 | 0 | 34 | 63 | 242 | 125 | 32 |
| Binary | 1010 | 1111100 | 1011001 | 1011100 | 0 | 11100 | 110011 | 10100010 | 1010101 | 11010 |
Color Harmonies of #0A7C59
Complementary color
Monochromatic Colors of #0A7C59
Black with #0A7C59
Text Example
Text Example
White with #0A7C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C59; }
p { color: rgb(10,124,89); }
H1.HeaderClassName
{
color: #0A7C59;
}
.AnyTagClassName
{
color: #0A7C59;
}
</style>
background-color css
<style>
a { background-color: #0A7C59; }
a { background-color: rgb(10,124,89); }
div.DivClassName
{
background-color: #0A7C59;
}
.BgClassName
{
background-color: #0A7C59;
}
</style>
border-color css
<style>
span { border-color: #0A7C59; }
span { border-color: rgb(10,124,89); }
td.TdClassName
{
border-color: #0A7C59;
}
.TagClassName
{
border-color: #0A7C59;
}
</style>