Html Css Color HEX #0A7058 Tropical Rain Forest
📋 copy color: '#0A7058'red 10 ◦ green 112 ◦ blue 88
Shades of Tropical Rain Forest #0A7058
Tints of Tropical Rain Forest #0A7058
RGB
CMYK
RGB Variations
Color information
#0A7058 (or 0x0A7058) is known color: Tropical Rain Forest. HEX triplet: 0A, 70 and 58. RGB value is (10,112,88). Sum of RGB (Red+Green+Blue) = 10+112+88=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7058 is #F58FA7. Grayscale: #4E4E4E. Windows color (decimal): -16093096 or 5795850. OLE color: 5795850.
HSL color Cylindrical-coordinate representation of color #0A7058: hue angle of 165.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7058 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 88 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.56 |
| HSL | 165.88º | 0.84% | 0.24% | - |
| HSV(B) | 165.88º | 0.91% | 0.44% | - |
| XYZ | 7.68 | 12.36 | 11.21 | - |
| YUV | 78.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 88 | 0.91 | 0 | 0.21 | 0.56 | 165.88 | 0.84 | 0.24 |
| Hex | A | 70 | 58 | 5B | 0 | 15 | 38 | A6 | 54 | 18 |
| Octal | 12 | 160 | 130 | 133 | 0 | 25 | 70 | 246 | 124 | 30 |
| Binary | 1010 | 1110000 | 1011000 | 1011011 | 0 | 10101 | 111000 | 10100110 | 1010100 | 11000 |
Color Harmonies of #0A7058
Complementary color
Monochromatic Colors of #0A7058
Black with #0A7058
Text Example
Text Example
White with #0A7058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7058; }
p { color: rgb(10,112,88); }
H1.HeaderClassName
{
color: #0A7058;
}
.AnyTagClassName
{
color: #0A7058;
}
</style>
background-color css
<style>
a { background-color: #0A7058; }
a { background-color: rgb(10,112,88); }
div.DivClassName
{
background-color: #0A7058;
}
.BgClassName
{
background-color: #0A7058;
}
</style>
border-color css
<style>
span { border-color: #0A7058; }
span { border-color: rgb(10,112,88); }
td.TdClassName
{
border-color: #0A7058;
}
.TagClassName
{
border-color: #0A7058;
}
</style>