Html Css Color HEX #0A7D58 Tropical Rain Forest
📋 copy color: '#0A7D58'red 10 ◦ green 125 ◦ blue 88
Shades of Tropical Rain Forest #0A7D58
Tints of Tropical Rain Forest #0A7D58
RGB
CMYK
RGB Variations
Color information
#0A7D58 (or 0x0A7D58) is known color: Tropical Rain Forest. HEX triplet: 0A, 7D and 58. RGB value is (10,125,88). Sum of RGB (Red+Green+Blue) = 10+125+88=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 125 (49.22% from 255 or 56.05% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D58 is #F582A7. Grayscale: #565656. Windows color (decimal): -16089768 or 5799178. OLE color: 5799178.
HSL color Cylindrical-coordinate representation of color #0A7D58: hue angle of 160.7º 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 #0A7D58 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 125 | 88 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.51 |
| HSL | 160.7º | 0.85% | 0.26% | - |
| HSV(B) | 160.7º | 0.92% | 0.49% | - |
| XYZ | 9.22 | 15.44 | 11.73 | - |
| YUV | 86.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 88 | 0.92 | 0 | 0.30 | 0.51 | 160.7 | 0.85 | 0.26 |
| Hex | A | 7D | 58 | 5C | 0 | 1E | 33 | A1 | 55 | 1A |
| Octal | 12 | 175 | 130 | 134 | 0 | 36 | 63 | 241 | 125 | 32 |
| Binary | 1010 | 1111101 | 1011000 | 1011100 | 0 | 11110 | 110011 | 10100001 | 1010101 | 11010 |
Color Harmonies of #0A7D58
Complementary color
Monochromatic Colors of #0A7D58
Black with #0A7D58
Text Example
Text Example
White with #0A7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7D58; }
p { color: rgb(10,125,88); }
H1.HeaderClassName
{
color: #0A7D58;
}
.AnyTagClassName
{
color: #0A7D58;
}
</style>
background-color css
<style>
a { background-color: #0A7D58; }
a { background-color: rgb(10,125,88); }
div.DivClassName
{
background-color: #0A7D58;
}
.BgClassName
{
background-color: #0A7D58;
}
</style>
border-color css
<style>
span { border-color: #0A7D58; }
span { border-color: rgb(10,125,88); }
td.TdClassName
{
border-color: #0A7D58;
}
.TagClassName
{
border-color: #0A7D58;
}
</style>