Html Css Color HEX #0A785E Tropical Rain Forest
📋 copy color: '#0A785E'red 10 ◦ green 120 ◦ blue 94
Shades of Tropical Rain Forest #0A785E
Tints of Tropical Rain Forest #0A785E
RGB
CMYK
RGB Variations
Color information
#0A785E (or 0x0A785E) is known color: Tropical Rain Forest. HEX triplet: 0A, 78 and 5E. RGB value is (10,120,94). Sum of RGB (Red+Green+Blue) = 10+120+94=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #0A785E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A785E is #F587A1. Grayscale: #545454. Windows color (decimal): -16091042 or 6191114. OLE color: 6191114.
HSL color Cylindrical-coordinate representation of color #0A785E: hue angle of 165.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A785E is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 94 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.53 |
| HSL | 165.82º | 0.85% | 0.25% | - |
| HSV(B) | 165.82º | 0.92% | 0.47% | - |
| XYZ | 8.86 | 14.31 | 12.88 | - |
| YUV | 84.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 94 | 0.92 | 0 | 0.22 | 0.53 | 165.82 | 0.85 | 0.25 |
| Hex | A | 78 | 5E | 5C | 0 | 16 | 35 | A6 | 55 | 19 |
| Octal | 12 | 170 | 136 | 134 | 0 | 26 | 65 | 246 | 125 | 31 |
| Binary | 1010 | 1111000 | 1011110 | 1011100 | 0 | 10110 | 110101 | 10100110 | 1010101 | 11001 |
Color Harmonies of #0A785E
Complementary color
Monochromatic Colors of #0A785E
Black with #0A785E
Text Example
Text Example
White with #0A785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A785E; }
p { color: rgb(10,120,94); }
H1.HeaderClassName
{
color: #0A785E;
}
.AnyTagClassName
{
color: #0A785E;
}
</style>
background-color css
<style>
a { background-color: #0A785E; }
a { background-color: rgb(10,120,94); }
div.DivClassName
{
background-color: #0A785E;
}
.BgClassName
{
background-color: #0A785E;
}
</style>
border-color css
<style>
span { border-color: #0A785E; }
span { border-color: rgb(10,120,94); }
td.TdClassName
{
border-color: #0A785E;
}
.TagClassName
{
border-color: #0A785E;
}
</style>