Html Css Color HEX #0A755E Tropical Rain Forest
📋 copy color: '#0A755E'red 10 ◦ green 117 ◦ blue 94
Shades of Tropical Rain Forest #0A755E
Tints of Tropical Rain Forest #0A755E
RGB
CMYK
RGB Variations
Color information
#0A755E (or 0x0A755E) is known color: Tropical Rain Forest. HEX triplet: 0A, 75 and 5E. RGB value is (10,117,94). Sum of RGB (Red+Green+Blue) = 10+117+94=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #0A755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A755E is #F58AA1. Grayscale: #525252. Windows color (decimal): -16091810 or 6190346. OLE color: 6190346.
HSL color Cylindrical-coordinate representation of color #0A755E: hue angle of 167.1º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A755E is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 117 | 94 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.54 |
| HSL | 167.1º | 0.84% | 0.25% | - |
| HSV(B) | 167.1º | 0.91% | 0.46% | - |
| XYZ | 8.51 | 13.6 | 12.77 | - |
| YUV | 82.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 94 | 0.91 | 0 | 0.20 | 0.54 | 167.1 | 0.84 | 0.25 |
| Hex | A | 75 | 5E | 5B | 0 | 14 | 36 | A7 | 54 | 19 |
| Octal | 12 | 165 | 136 | 133 | 0 | 24 | 66 | 247 | 124 | 31 |
| Binary | 1010 | 1110101 | 1011110 | 1011011 | 0 | 10100 | 110110 | 10100111 | 1010100 | 11001 |
Color Harmonies of #0A755E
Complementary color
Monochromatic Colors of #0A755E
Black with #0A755E
Text Example
Text Example
White with #0A755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A755E; }
p { color: rgb(10,117,94); }
H1.HeaderClassName
{
color: #0A755E;
}
.AnyTagClassName
{
color: #0A755E;
}
</style>
background-color css
<style>
a { background-color: #0A755E; }
a { background-color: rgb(10,117,94); }
div.DivClassName
{
background-color: #0A755E;
}
.BgClassName
{
background-color: #0A755E;
}
</style>
border-color css
<style>
span { border-color: #0A755E; }
span { border-color: rgb(10,117,94); }
td.TdClassName
{
border-color: #0A755E;
}
.TagClassName
{
border-color: #0A755E;
}
</style>