Html Css Color HEX #0A7D5D Tropical Rain Forest
📋 copy color: '#0A7D5D'red 10 ◦ green 125 ◦ blue 93
Shades of Tropical Rain Forest #0A7D5D
Tints of Tropical Rain Forest #0A7D5D
RGB
CMYK
RGB Variations
Color information
#0A7D5D (or 0x0A7D5D) is known color: Tropical Rain Forest. HEX triplet: 0A, 7D and 5D. RGB value is (10,125,93). Sum of RGB (Red+Green+Blue) = 10+125+93=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D5D is #F582A2. Grayscale: #565656. Windows color (decimal): -16089763 or 6126858. OLE color: 6126858.
HSL color Cylindrical-coordinate representation of color #0A7D5D: hue angle of 163.3º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7D5D is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 125 | 93 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.51 |
| HSL | 163.3º | 0.85% | 0.26% | - |
| HSV(B) | 163.3º | 0.92% | 0.49% | - |
| XYZ | 9.43 | 15.52 | 12.85 | - |
| YUV | 86.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 93 | 0.92 | 0 | 0.26 | 0.51 | 163.3 | 0.85 | 0.26 |
| Hex | A | 7D | 5D | 5C | 0 | 1A | 33 | A3 | 55 | 1A |
| Octal | 12 | 175 | 135 | 134 | 0 | 32 | 63 | 243 | 125 | 32 |
| Binary | 1010 | 1111101 | 1011101 | 1011100 | 0 | 11010 | 110011 | 10100011 | 1010101 | 11010 |
Color Harmonies of #0A7D5D
Complementary color
Monochromatic Colors of #0A7D5D
Black with #0A7D5D
Text Example
Text Example
White with #0A7D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7D5D; }
p { color: rgb(10,125,93); }
H1.HeaderClassName
{
color: #0A7D5D;
}
.AnyTagClassName
{
color: #0A7D5D;
}
</style>
background-color css
<style>
a { background-color: #0A7D5D; }
a { background-color: rgb(10,125,93); }
div.DivClassName
{
background-color: #0A7D5D;
}
.BgClassName
{
background-color: #0A7D5D;
}
</style>
border-color css
<style>
span { border-color: #0A7D5D; }
span { border-color: rgb(10,125,93); }
td.TdClassName
{
border-color: #0A7D5D;
}
.TagClassName
{
border-color: #0A7D5D;
}
</style>