Html Css Color HEX #0A785C Tropical Rain Forest
📋 copy color: '#0A785C'red 10 ◦ green 120 ◦ blue 92
Shades of Tropical Rain Forest #0A785C
Tints of Tropical Rain Forest #0A785C
RGB
CMYK
RGB Variations
Color information
#0A785C (or 0x0A785C) is known color: Tropical Rain Forest. HEX triplet: 0A, 78 and 5C. RGB value is (10,120,92). Sum of RGB (Red+Green+Blue) = 10+120+92=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #0A785C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A785C is #F587A3. Grayscale: #535353. Windows color (decimal): -16091044 or 6060042. OLE color: 6060042.
HSL color Cylindrical-coordinate representation of color #0A785C: hue angle of 164.73º 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 #0A785C is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 92 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.53 |
| HSL | 164.73º | 0.85% | 0.25% | - |
| HSV(B) | 164.73º | 0.92% | 0.47% | - |
| XYZ | 8.77 | 14.27 | 12.42 | - |
| YUV | 83.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 92 | 0.92 | 0 | 0.23 | 0.53 | 164.73 | 0.85 | 0.25 |
| Hex | A | 78 | 5C | 5C | 0 | 17 | 35 | A5 | 55 | 19 |
| Octal | 12 | 170 | 134 | 134 | 0 | 27 | 65 | 245 | 125 | 31 |
| Binary | 1010 | 1111000 | 1011100 | 1011100 | 0 | 10111 | 110101 | 10100101 | 1010101 | 11001 |
Color Harmonies of #0A785C
Complementary color
Monochromatic Colors of #0A785C
Black with #0A785C
Text Example
Text Example
White with #0A785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A785C; }
p { color: rgb(10,120,92); }
H1.HeaderClassName
{
color: #0A785C;
}
.AnyTagClassName
{
color: #0A785C;
}
</style>
background-color css
<style>
a { background-color: #0A785C; }
a { background-color: rgb(10,120,92); }
div.DivClassName
{
background-color: #0A785C;
}
.BgClassName
{
background-color: #0A785C;
}
</style>
border-color css
<style>
span { border-color: #0A785C; }
span { border-color: rgb(10,120,92); }
td.TdClassName
{
border-color: #0A785C;
}
.TagClassName
{
border-color: #0A785C;
}
</style>