Html Css Color HEX #0A6F5E Tropical Rain Forest
📋 copy color: '#0A6F5E'red 10 ◦ green 111 ◦ blue 94
Shades of Tropical Rain Forest #0A6F5E
Tints of Tropical Rain Forest #0A6F5E
RGB
CMYK
RGB Variations
Color information
#0A6F5E (or 0x0A6F5E) is known color: Tropical Rain Forest. HEX triplet: 0A, 6F and 5E. RGB value is (10,111,94). Sum of RGB (Red+Green+Blue) = 10+111+94=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6F5E is #F590A1. Grayscale: #4E4E4E. Windows color (decimal): -16093346 or 6188810. OLE color: 6188810.
HSL color Cylindrical-coordinate representation of color #0A6F5E: hue angle of 169.9º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F5E is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 111 | 94 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.56 |
| HSL | 169.9º | 0.83% | 0.24% | - |
| HSV(B) | 169.9º | 0.91% | 0.44% | - |
| XYZ | 7.83 | 12.24 | 12.54 | - |
| YUV | 78.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 111 | 94 | 0.91 | 0 | 0.15 | 0.56 | 169.9 | 0.83 | 0.24 |
| Hex | A | 6F | 5E | 5B | 0 | F | 38 | AA | 53 | 18 |
| Octal | 12 | 157 | 136 | 133 | 0 | 17 | 70 | 252 | 123 | 30 |
| Binary | 1010 | 1101111 | 1011110 | 1011011 | 0 | 1111 | 111000 | 10101010 | 1010011 | 11000 |
Color Harmonies of #0A6F5E
Complementary color
Monochromatic Colors of #0A6F5E
Black with #0A6F5E
Text Example
Text Example
White with #0A6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6F5E; }
p { color: rgb(10,111,94); }
H1.HeaderClassName
{
color: #0A6F5E;
}
.AnyTagClassName
{
color: #0A6F5E;
}
</style>
background-color css
<style>
a { background-color: #0A6F5E; }
a { background-color: rgb(10,111,94); }
div.DivClassName
{
background-color: #0A6F5E;
}
.BgClassName
{
background-color: #0A6F5E;
}
</style>
border-color css
<style>
span { border-color: #0A6F5E; }
span { border-color: rgb(10,111,94); }
td.TdClassName
{
border-color: #0A6F5E;
}
.TagClassName
{
border-color: #0A6F5E;
}
</style>