Html Css Color HEX #0A705E Tropical Rain Forest
📋 copy color: '#0A705E'red 10 ◦ green 112 ◦ blue 94
Shades of Tropical Rain Forest #0A705E
Tints of Tropical Rain Forest #0A705E
RGB
CMYK
RGB Variations
Color information
#0A705E (or 0x0A705E) is known color: Tropical Rain Forest. HEX triplet: 0A, 70 and 5E. RGB value is (10,112,94). Sum of RGB (Red+Green+Blue) = 10+112+94=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #0A705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A705E is #F58FA1. Grayscale: #4F4F4F. Windows color (decimal): -16093090 or 6189066. OLE color: 6189066.
HSL color Cylindrical-coordinate representation of color #0A705E: hue angle of 169.41º 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 #0A705E is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 94 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.56 |
| HSL | 169.41º | 0.84% | 0.24% | - |
| HSV(B) | 169.41º | 0.91% | 0.44% | - |
| XYZ | 7.94 | 12.46 | 12.58 | - |
| YUV | 79.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 94 | 0.91 | 0 | 0.16 | 0.56 | 169.41 | 0.84 | 0.24 |
| Hex | A | 70 | 5E | 5B | 0 | 10 | 38 | A9 | 54 | 18 |
| Octal | 12 | 160 | 136 | 133 | 0 | 20 | 70 | 251 | 124 | 30 |
| Binary | 1010 | 1110000 | 1011110 | 1011011 | 0 | 10000 | 111000 | 10101001 | 1010100 | 11000 |
Color Harmonies of #0A705E
Complementary color
Monochromatic Colors of #0A705E
Black with #0A705E
Text Example
Text Example
White with #0A705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A705E; }
p { color: rgb(10,112,94); }
H1.HeaderClassName
{
color: #0A705E;
}
.AnyTagClassName
{
color: #0A705E;
}
</style>
background-color css
<style>
a { background-color: #0A705E; }
a { background-color: rgb(10,112,94); }
div.DivClassName
{
background-color: #0A705E;
}
.BgClassName
{
background-color: #0A705E;
}
</style>
border-color css
<style>
span { border-color: #0A705E; }
span { border-color: rgb(10,112,94); }
td.TdClassName
{
border-color: #0A705E;
}
.TagClassName
{
border-color: #0A705E;
}
</style>