Html Css Color HEX #0A7C60 Tropical Rain Forest
📋 copy color: '#0A7C60'red 10 ◦ green 124 ◦ blue 96
Shades of Tropical Rain Forest #0A7C60
Tints of Tropical Rain Forest #0A7C60
RGB
CMYK
RGB Variations
Color information
#0A7C60 (or 0x0A7C60) is known color: Tropical Rain Forest. HEX triplet: 0A, 7C and 60. RGB value is (10,124,96). Sum of RGB (Red+Green+Blue) = 10+124+96=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 124 (48.83% from 255 or 53.91% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C60 is #F5839F. Grayscale: #565656. Windows color (decimal): -16090016 or 6323210. OLE color: 6323210.
HSL color Cylindrical-coordinate representation of color #0A7C60: hue angle of 165.26º 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 #0A7C60 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 96 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.51 |
| HSL | 165.26º | 0.85% | 0.26% | - |
| HSV(B) | 165.26º | 0.92% | 0.49% | - |
| XYZ | 9.44 | 15.32 | 13.53 | - |
| YUV | 86.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 96 | 0.92 | 0 | 0.23 | 0.51 | 165.26 | 0.85 | 0.26 |
| Hex | A | 7C | 60 | 5C | 0 | 17 | 33 | A5 | 55 | 1A |
| Octal | 12 | 174 | 140 | 134 | 0 | 27 | 63 | 245 | 125 | 32 |
| Binary | 1010 | 1111100 | 1100000 | 1011100 | 0 | 10111 | 110011 | 10100101 | 1010101 | 11010 |
Color Harmonies of #0A7C60
Complementary color
Monochromatic Colors of #0A7C60
Black with #0A7C60
Text Example
Text Example
White with #0A7C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C60; }
p { color: rgb(10,124,96); }
H1.HeaderClassName
{
color: #0A7C60;
}
.AnyTagClassName
{
color: #0A7C60;
}
</style>
background-color css
<style>
a { background-color: #0A7C60; }
a { background-color: rgb(10,124,96); }
div.DivClassName
{
background-color: #0A7C60;
}
.BgClassName
{
background-color: #0A7C60;
}
</style>
border-color css
<style>
span { border-color: #0A7C60; }
span { border-color: rgb(10,124,96); }
td.TdClassName
{
border-color: #0A7C60;
}
.TagClassName
{
border-color: #0A7C60;
}
</style>