Html Css Color HEX #0A6E5A Tropical Rain Forest
📋 copy color: '#0A6E5A'red 10 ◦ green 110 ◦ blue 90
Shades of Tropical Rain Forest #0A6E5A
Tints of Tropical Rain Forest #0A6E5A
RGB
CMYK
RGB Variations
Color information
#0A6E5A (or 0x0A6E5A) is known color: Tropical Rain Forest. HEX triplet: 0A, 6E and 5A. RGB value is (10,110,90). Sum of RGB (Red+Green+Blue) = 10+110+90=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #0A6E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6E5A is #F591A5. Grayscale: #4D4D4D. Windows color (decimal): -16093606 or 5926410. OLE color: 5926410.
HSL color Cylindrical-coordinate representation of color #0A6E5A: hue angle of 168º 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 #0A6E5A is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 110 | 90 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.57 |
| HSL | 168º | 0.83% | 0.24% | - |
| HSV(B) | 168º | 0.91% | 0.43% | - |
| XYZ | 7.55 | 11.95 | 11.58 | - |
| YUV | 77.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 90 | 0.91 | 0 | 0.18 | 0.57 | 168 | 0.83 | 0.24 |
| Hex | A | 6E | 5A | 5B | 0 | 12 | 39 | A8 | 53 | 18 |
| Octal | 12 | 156 | 132 | 133 | 0 | 22 | 71 | 250 | 123 | 30 |
| Binary | 1010 | 1101110 | 1011010 | 1011011 | 0 | 10010 | 111001 | 10101000 | 1010011 | 11000 |
Color Harmonies of #0A6E5A
Complementary color
Monochromatic Colors of #0A6E5A
Black with #0A6E5A
Text Example
Text Example
White with #0A6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6E5A; }
p { color: rgb(10,110,90); }
H1.HeaderClassName
{
color: #0A6E5A;
}
.AnyTagClassName
{
color: #0A6E5A;
}
</style>
background-color css
<style>
a { background-color: #0A6E5A; }
a { background-color: rgb(10,110,90); }
div.DivClassName
{
background-color: #0A6E5A;
}
.BgClassName
{
background-color: #0A6E5A;
}
</style>
border-color css
<style>
span { border-color: #0A6E5A; }
span { border-color: rgb(10,110,90); }
td.TdClassName
{
border-color: #0A6E5A;
}
.TagClassName
{
border-color: #0A6E5A;
}
</style>