Html Css Color HEX #0A725E Tropical Rain Forest
📋 copy color: '#0A725E'red 10 ◦ green 114 ◦ blue 94
Shades of Tropical Rain Forest #0A725E
Tints of Tropical Rain Forest #0A725E
RGB
CMYK
RGB Variations
Color information
#0A725E (or 0x0A725E) is known color: Tropical Rain Forest. HEX triplet: 0A, 72 and 5E. RGB value is (10,114,94). Sum of RGB (Red+Green+Blue) = 10+114+94=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #0A725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A725E is #F58DA1. Grayscale: #505050. Windows color (decimal): -16092578 or 6189578. OLE color: 6189578.
HSL color Cylindrical-coordinate representation of color #0A725E: hue angle of 168.46º 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 #0A725E is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 94 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.55 |
| HSL | 168.46º | 0.84% | 0.24% | - |
| HSV(B) | 168.46º | 0.91% | 0.45% | - |
| XYZ | 8.16 | 12.91 | 12.65 | - |
| YUV | 80.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 94 | 0.91 | 0 | 0.18 | 0.55 | 168.46 | 0.84 | 0.24 |
| Hex | A | 72 | 5E | 5B | 0 | 12 | 37 | A8 | 54 | 18 |
| Octal | 12 | 162 | 136 | 133 | 0 | 22 | 67 | 250 | 124 | 30 |
| Binary | 1010 | 1110010 | 1011110 | 1011011 | 0 | 10010 | 110111 | 10101000 | 1010100 | 11000 |
Color Harmonies of #0A725E
Complementary color
Monochromatic Colors of #0A725E
Black with #0A725E
Text Example
Text Example
White with #0A725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A725E; }
p { color: rgb(10,114,94); }
H1.HeaderClassName
{
color: #0A725E;
}
.AnyTagClassName
{
color: #0A725E;
}
</style>
background-color css
<style>
a { background-color: #0A725E; }
a { background-color: rgb(10,114,94); }
div.DivClassName
{
background-color: #0A725E;
}
.BgClassName
{
background-color: #0A725E;
}
</style>
border-color css
<style>
span { border-color: #0A725E; }
span { border-color: rgb(10,114,94); }
td.TdClassName
{
border-color: #0A725E;
}
.TagClassName
{
border-color: #0A725E;
}
</style>