Html Css Color HEX #0A7C58 Tropical Rain Forest
📋 copy color: '#0A7C58'red 10 ◦ green 124 ◦ blue 88
Shades of Tropical Rain Forest #0A7C58
Tints of Tropical Rain Forest #0A7C58
RGB
CMYK
RGB Variations
Color information
#0A7C58 (or 0x0A7C58) is known color: Tropical Rain Forest. HEX triplet: 0A, 7C and 58. RGB value is (10,124,88). Sum of RGB (Red+Green+Blue) = 10+124+88=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C58 is #F583A7. Grayscale: #555555. Windows color (decimal): -16090024 or 5798922. OLE color: 5798922.
HSL color Cylindrical-coordinate representation of color #0A7C58: hue angle of 161.05º 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 #0A7C58 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 88 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.51 |
| HSL | 161.05º | 0.85% | 0.26% | - |
| HSV(B) | 161.05º | 0.92% | 0.49% | - |
| XYZ | 9.09 | 15.18 | 11.68 | - |
| YUV | 85.81 | 129.23 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 88 | 0.92 | 0 | 0.29 | 0.51 | 161.05 | 0.85 | 0.26 |
| Hex | A | 7C | 58 | 5C | 0 | 1D | 33 | A1 | 55 | 1A |
| Octal | 12 | 174 | 130 | 134 | 0 | 35 | 63 | 241 | 125 | 32 |
| Binary | 1010 | 1111100 | 1011000 | 1011100 | 0 | 11101 | 110011 | 10100001 | 1010101 | 11010 |
Color Harmonies of #0A7C58
Complementary color
Monochromatic Colors of #0A7C58
Black with #0A7C58
Text Example
Text Example
White with #0A7C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C58; }
p { color: rgb(10,124,88); }
H1.HeaderClassName
{
color: #0A7C58;
}
.AnyTagClassName
{
color: #0A7C58;
}
</style>
background-color css
<style>
a { background-color: #0A7C58; }
a { background-color: rgb(10,124,88); }
div.DivClassName
{
background-color: #0A7C58;
}
.BgClassName
{
background-color: #0A7C58;
}
</style>
border-color css
<style>
span { border-color: #0A7C58; }
span { border-color: rgb(10,124,88); }
td.TdClassName
{
border-color: #0A7C58;
}
.TagClassName
{
border-color: #0A7C58;
}
</style>