Html Css Color HEX #0A6B5A Tropical Rain Forest
📋 copy color: '#0A6B5A'red 10 ◦ green 107 ◦ blue 90
Shades of Tropical Rain Forest #0A6B5A
Tints of Tropical Rain Forest #0A6B5A
RGB
CMYK
RGB Variations
Color information
#0A6B5A (or 0x0A6B5A) is known color: Tropical Rain Forest. HEX triplet: 0A, 6B and 5A. RGB value is (10,107,90). Sum of RGB (Red+Green+Blue) = 10+107+90=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6B5A is #F594A5. Grayscale: #4C4C4C. Windows color (decimal): -16094374 or 5925642. OLE color: 5925642.
HSL color Cylindrical-coordinate representation of color #0A6B5A: hue angle of 169.48º 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 #0A6B5A is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 107 | 90 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.58 |
| HSL | 169.48º | 0.83% | 0.23% | - |
| HSV(B) | 169.48º | 0.91% | 0.42% | - |
| XYZ | 7.23 | 11.32 | 11.48 | - |
| YUV | 76.06 | 135.86 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 107 | 90 | 0.91 | 0 | 0.16 | 0.58 | 169.48 | 0.83 | 0.23 |
| Hex | A | 6B | 5A | 5B | 0 | 10 | 3A | A9 | 53 | 17 |
| Octal | 12 | 153 | 132 | 133 | 0 | 20 | 72 | 251 | 123 | 27 |
| Binary | 1010 | 1101011 | 1011010 | 1011011 | 0 | 10000 | 111010 | 10101001 | 1010011 | 10111 |
Color Harmonies of #0A6B5A
Complementary color
Monochromatic Colors of #0A6B5A
Black with #0A6B5A
Text Example
Text Example
White with #0A6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6B5A; }
p { color: rgb(10,107,90); }
H1.HeaderClassName
{
color: #0A6B5A;
}
.AnyTagClassName
{
color: #0A6B5A;
}
</style>
background-color css
<style>
a { background-color: #0A6B5A; }
a { background-color: rgb(10,107,90); }
div.DivClassName
{
background-color: #0A6B5A;
}
.BgClassName
{
background-color: #0A6B5A;
}
</style>
border-color css
<style>
span { border-color: #0A6B5A; }
span { border-color: rgb(10,107,90); }
td.TdClassName
{
border-color: #0A6B5A;
}
.TagClassName
{
border-color: #0A6B5A;
}
</style>