Html Css Color HEX #0A6A5B Tropical Rain Forest
📋 copy color: '#0A6A5B'red 10 ◦ green 106 ◦ blue 91
Shades of Tropical Rain Forest #0A6A5B
Tints of Tropical Rain Forest #0A6A5B
RGB
CMYK
RGB Variations
Color information
#0A6A5B (or 0x0A6A5B) is known color: Tropical Rain Forest. HEX triplet: 0A, 6A and 5B. RGB value is (10,106,91). Sum of RGB (Red+Green+Blue) = 10+106+91=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #0A6A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6A5B is #F595A4. Grayscale: #4B4B4B. Windows color (decimal): -16094629 or 5990922. OLE color: 5990922.
HSL color Cylindrical-coordinate representation of color #0A6A5B: hue angle of 170.62º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6A5B is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 106 | 91 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.58 |
| HSL | 170.63º | 0.83% | 0.23% | - |
| HSV(B) | 170.63º | 0.91% | 0.42% | - |
| XYZ | 7.17 | 11.13 | 11.67 | - |
| YUV | 75.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 106 | 91 | 0.91 | 0 | 0.14 | 0.58 | 170.63 | 0.83 | 0.23 |
| Hex | A | 6A | 5B | 5B | 0 | E | 3A | AB | 53 | 17 |
| Octal | 12 | 152 | 133 | 133 | 0 | 16 | 72 | 253 | 123 | 27 |
| Binary | 1010 | 1101010 | 1011011 | 1011011 | 0 | 1110 | 111010 | 10101011 | 1010011 | 10111 |
Color Harmonies of #0A6A5B
Complementary color
Monochromatic Colors of #0A6A5B
Black with #0A6A5B
Text Example
Text Example
White with #0A6A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6A5B; }
p { color: rgb(10,106,91); }
H1.HeaderClassName
{
color: #0A6A5B;
}
.AnyTagClassName
{
color: #0A6A5B;
}
</style>
background-color css
<style>
a { background-color: #0A6A5B; }
a { background-color: rgb(10,106,91); }
div.DivClassName
{
background-color: #0A6A5B;
}
.BgClassName
{
background-color: #0A6A5B;
}
</style>
border-color css
<style>
span { border-color: #0A6A5B; }
span { border-color: rgb(10,106,91); }
td.TdClassName
{
border-color: #0A6A5B;
}
.TagClassName
{
border-color: #0A6A5B;
}
</style>