Html Css Color HEX #0A6E61 Tropical Rain Forest
📋 copy color: '#0A6E61'red 10 ◦ green 110 ◦ blue 97
Shades of Tropical Rain Forest #0A6E61
Tints of Tropical Rain Forest #0A6E61
RGB
CMYK
RGB Variations
Color information
#0A6E61 (or 0x0A6E61) is known color: Tropical Rain Forest. HEX triplet: 0A, 6E and 61. RGB value is (10,110,97). Sum of RGB (Red+Green+Blue) = 10+110+97=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 110 (43.36% from 255 or 50.69% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 110 - color contains mainly: green. Hex color #0A6E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6E61 is #F5919E. Grayscale: #4E4E4E. Windows color (decimal): -16093599 or 6385162. OLE color: 6385162.
HSL color Cylindrical-coordinate representation of color #0A6E61: hue angle of 172.2º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6E61 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 110 | 97 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.57 |
| HSL | 172.2º | 0.83% | 0.24% | - |
| HSV(B) | 172.2º | 0.91% | 0.43% | - |
| XYZ | 7.86 | 12.08 | 13.23 | - |
| YUV | 78.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 97 | 0.91 | 0 | 0.12 | 0.57 | 172.2 | 0.83 | 0.24 |
| Hex | A | 6E | 61 | 5B | 0 | C | 39 | AC | 53 | 18 |
| Octal | 12 | 156 | 141 | 133 | 0 | 14 | 71 | 254 | 123 | 30 |
| Binary | 1010 | 1101110 | 1100001 | 1011011 | 0 | 1100 | 111001 | 10101100 | 1010011 | 11000 |
Color Harmonies of #0A6E61
Complementary color
Monochromatic Colors of #0A6E61
Black with #0A6E61
Text Example
Text Example
White with #0A6E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6E61; }
p { color: rgb(10,110,97); }
H1.HeaderClassName
{
color: #0A6E61;
}
.AnyTagClassName
{
color: #0A6E61;
}
</style>
background-color css
<style>
a { background-color: #0A6E61; }
a { background-color: rgb(10,110,97); }
div.DivClassName
{
background-color: #0A6E61;
}
.BgClassName
{
background-color: #0A6E61;
}
</style>
border-color css
<style>
span { border-color: #0A6E61; }
span { border-color: rgb(10,110,97); }
td.TdClassName
{
border-color: #0A6E61;
}
.TagClassName
{
border-color: #0A6E61;
}
</style>