Html Css Color HEX #0A725D Tropical Rain Forest
📋 copy color: '#0A725D'red 10 ◦ green 114 ◦ blue 93
Shades of Tropical Rain Forest #0A725D
Tints of Tropical Rain Forest #0A725D
RGB
CMYK
RGB Variations
Color information
#0A725D (or 0x0A725D) is known color: Tropical Rain Forest. HEX triplet: 0A, 72 and 5D. RGB value is (10,114,93). Sum of RGB (Red+Green+Blue) = 10+114+93=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #0A725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A725D is #F58DA2. Grayscale: #505050. Windows color (decimal): -16092579 or 6124042. OLE color: 6124042.
HSL color Cylindrical-coordinate representation of color #0A725D: hue angle of 167.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A725D is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 93 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.55 |
| HSL | 167.88º | 0.84% | 0.24% | - |
| HSV(B) | 167.88º | 0.91% | 0.45% | - |
| XYZ | 8.12 | 12.89 | 12.42 | - |
| YUV | 80.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 93 | 0.91 | 0 | 0.18 | 0.55 | 167.88 | 0.84 | 0.24 |
| Hex | A | 72 | 5D | 5B | 0 | 12 | 37 | A8 | 54 | 18 |
| Octal | 12 | 162 | 135 | 133 | 0 | 22 | 67 | 250 | 124 | 30 |
| Binary | 1010 | 1110010 | 1011101 | 1011011 | 0 | 10010 | 110111 | 10101000 | 1010100 | 11000 |
Color Harmonies of #0A725D
Complementary color
Monochromatic Colors of #0A725D
Black with #0A725D
Text Example
Text Example
White with #0A725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A725D; }
p { color: rgb(10,114,93); }
H1.HeaderClassName
{
color: #0A725D;
}
.AnyTagClassName
{
color: #0A725D;
}
</style>
background-color css
<style>
a { background-color: #0A725D; }
a { background-color: rgb(10,114,93); }
div.DivClassName
{
background-color: #0A725D;
}
.BgClassName
{
background-color: #0A725D;
}
</style>
border-color css
<style>
span { border-color: #0A725D; }
span { border-color: rgb(10,114,93); }
td.TdClassName
{
border-color: #0A725D;
}
.TagClassName
{
border-color: #0A725D;
}
</style>