Html Css Color HEX #0A765D Tropical Rain Forest
📋 copy color: '#0A765D'red 10 ◦ green 118 ◦ blue 93
Shades of Tropical Rain Forest #0A765D
Tints of Tropical Rain Forest #0A765D
RGB
CMYK
RGB Variations
Color information
#0A765D (or 0x0A765D) is known color: Tropical Rain Forest. HEX triplet: 0A, 76 and 5D. RGB value is (10,118,93). Sum of RGB (Red+Green+Blue) = 10+118+93=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #0A765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A765D is #F589A2. Grayscale: #525252. Windows color (decimal): -16091555 or 6125066. OLE color: 6125066.
HSL color Cylindrical-coordinate representation of color #0A765D: hue angle of 166.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A765D is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 93 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.54 |
| HSL | 166.11º | 0.84% | 0.25% | - |
| HSV(B) | 166.11º | 0.92% | 0.46% | - |
| XYZ | 8.58 | 13.81 | 12.57 | - |
| YUV | 82.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 93 | 0.92 | 0 | 0.21 | 0.54 | 166.11 | 0.84 | 0.25 |
| Hex | A | 76 | 5D | 5C | 0 | 15 | 36 | A6 | 54 | 19 |
| Octal | 12 | 166 | 135 | 134 | 0 | 25 | 66 | 246 | 124 | 31 |
| Binary | 1010 | 1110110 | 1011101 | 1011100 | 0 | 10101 | 110110 | 10100110 | 1010100 | 11001 |
Color Harmonies of #0A765D
Complementary color
Monochromatic Colors of #0A765D
Black with #0A765D
Text Example
Text Example
White with #0A765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A765D; }
p { color: rgb(10,118,93); }
H1.HeaderClassName
{
color: #0A765D;
}
.AnyTagClassName
{
color: #0A765D;
}
</style>
background-color css
<style>
a { background-color: #0A765D; }
a { background-color: rgb(10,118,93); }
div.DivClassName
{
background-color: #0A765D;
}
.BgClassName
{
background-color: #0A765D;
}
</style>
border-color css
<style>
span { border-color: #0A765D; }
span { border-color: rgb(10,118,93); }
td.TdClassName
{
border-color: #0A765D;
}
.TagClassName
{
border-color: #0A765D;
}
</style>