Html Css Color HEX #0A705A Tropical Rain Forest
📋 copy color: '#0A705A'red 10 ◦ green 112 ◦ blue 90
Shades of Tropical Rain Forest #0A705A
Tints of Tropical Rain Forest #0A705A
RGB
CMYK
RGB Variations
Color information
#0A705A (or 0x0A705A) is known color: Tropical Rain Forest. HEX triplet: 0A, 70 and 5A. RGB value is (10,112,90). Sum of RGB (Red+Green+Blue) = 10+112+90=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #0A705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A705A is #F58FA5. Grayscale: #4E4E4E. Windows color (decimal): -16093094 or 5926922. OLE color: 5926922.
HSL color Cylindrical-coordinate representation of color #0A705A: hue angle of 167.06º 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 #0A705A is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 112 | 90 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.56 |
| HSL | 167.06º | 0.84% | 0.24% | - |
| HSV(B) | 167.06º | 0.91% | 0.44% | - |
| XYZ | 7.76 | 12.39 | 11.66 | - |
| YUV | 78.99 | 134.21 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 112 | 90 | 0.91 | 0 | 0.20 | 0.56 | 167.06 | 0.84 | 0.24 |
| Hex | A | 70 | 5A | 5B | 0 | 14 | 38 | A7 | 54 | 18 |
| Octal | 12 | 160 | 132 | 133 | 0 | 24 | 70 | 247 | 124 | 30 |
| Binary | 1010 | 1110000 | 1011010 | 1011011 | 0 | 10100 | 111000 | 10100111 | 1010100 | 11000 |
Color Harmonies of #0A705A
Complementary color
Monochromatic Colors of #0A705A
Black with #0A705A
Text Example
Text Example
White with #0A705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A705A; }
p { color: rgb(10,112,90); }
H1.HeaderClassName
{
color: #0A705A;
}
.AnyTagClassName
{
color: #0A705A;
}
</style>
background-color css
<style>
a { background-color: #0A705A; }
a { background-color: rgb(10,112,90); }
div.DivClassName
{
background-color: #0A705A;
}
.BgClassName
{
background-color: #0A705A;
}
</style>
border-color css
<style>
span { border-color: #0A705A; }
span { border-color: rgb(10,112,90); }
td.TdClassName
{
border-color: #0A705A;
}
.TagClassName
{
border-color: #0A705A;
}
</style>