Html Css Color HEX #0A705F Tropical Rain Forest
📋 copy color: '#0A705F'red 10 ◦ green 112 ◦ blue 95
Shades of Tropical Rain Forest #0A705F
Tints of Tropical Rain Forest #0A705F
RGB
CMYK
RGB Variations
Color information
#0A705F (or 0x0A705F) is known color: Tropical Rain Forest. HEX triplet: 0A, 70 and 5F. RGB value is (10,112,95). Sum of RGB (Red+Green+Blue) = 10+112+95=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #0A705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A705F is #F58FA0. Grayscale: #4F4F4F. Windows color (decimal): -16093089 or 6254602. OLE color: 6254602.
HSL color Cylindrical-coordinate representation of color #0A705F: hue angle of 170º 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 #0A705F is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 95 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.56 |
| HSL | 170º | 0.84% | 0.24% | - |
| HSV(B) | 170º | 0.91% | 0.44% | - |
| XYZ | 7.98 | 12.48 | 12.81 | - |
| YUV | 79.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 95 | 0.91 | 0 | 0.15 | 0.56 | 170 | 0.84 | 0.24 |
| Hex | A | 70 | 5F | 5B | 0 | F | 38 | AA | 54 | 18 |
| Octal | 12 | 160 | 137 | 133 | 0 | 17 | 70 | 252 | 124 | 30 |
| Binary | 1010 | 1110000 | 1011111 | 1011011 | 0 | 1111 | 111000 | 10101010 | 1010100 | 11000 |
Color Harmonies of #0A705F
Complementary color
Monochromatic Colors of #0A705F
Black with #0A705F
Text Example
Text Example
White with #0A705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A705F; }
p { color: rgb(10,112,95); }
H1.HeaderClassName
{
color: #0A705F;
}
.AnyTagClassName
{
color: #0A705F;
}
</style>
background-color css
<style>
a { background-color: #0A705F; }
a { background-color: rgb(10,112,95); }
div.DivClassName
{
background-color: #0A705F;
}
.BgClassName
{
background-color: #0A705F;
}
</style>
border-color css
<style>
span { border-color: #0A705F; }
span { border-color: rgb(10,112,95); }
td.TdClassName
{
border-color: #0A705F;
}
.TagClassName
{
border-color: #0A705F;
}
</style>