Html Css Color HEX #0A725B Tropical Rain Forest
📋 copy color: '#0A725B'red 10 ◦ green 114 ◦ blue 91
Shades of Tropical Rain Forest #0A725B
Tints of Tropical Rain Forest #0A725B
RGB
CMYK
RGB Variations
Color information
#0A725B (or 0x0A725B) is known color: Tropical Rain Forest. HEX triplet: 0A, 72 and 5B. RGB value is (10,114,91). Sum of RGB (Red+Green+Blue) = 10+114+91=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #0A725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A725B is #F58DA4. Grayscale: #505050. Windows color (decimal): -16092581 or 5992970. OLE color: 5992970.
HSL color Cylindrical-coordinate representation of color #0A725B: hue angle of 166.73º 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 #0A725B is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 91 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.55 |
| HSL | 166.73º | 0.84% | 0.24% | - |
| HSV(B) | 166.73º | 0.91% | 0.45% | - |
| XYZ | 8.03 | 12.85 | 11.96 | - |
| YUV | 80.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 91 | 0.91 | 0 | 0.20 | 0.55 | 166.73 | 0.84 | 0.24 |
| Hex | A | 72 | 5B | 5B | 0 | 14 | 37 | A7 | 54 | 18 |
| Octal | 12 | 162 | 133 | 133 | 0 | 24 | 67 | 247 | 124 | 30 |
| Binary | 1010 | 1110010 | 1011011 | 1011011 | 0 | 10100 | 110111 | 10100111 | 1010100 | 11000 |
Color Harmonies of #0A725B
Complementary color
Monochromatic Colors of #0A725B
Black with #0A725B
Text Example
Text Example
White with #0A725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A725B; }
p { color: rgb(10,114,91); }
H1.HeaderClassName
{
color: #0A725B;
}
.AnyTagClassName
{
color: #0A725B;
}
</style>
background-color css
<style>
a { background-color: #0A725B; }
a { background-color: rgb(10,114,91); }
div.DivClassName
{
background-color: #0A725B;
}
.BgClassName
{
background-color: #0A725B;
}
</style>
border-color css
<style>
span { border-color: #0A725B; }
span { border-color: rgb(10,114,91); }
td.TdClassName
{
border-color: #0A725B;
}
.TagClassName
{
border-color: #0A725B;
}
</style>