Html Css Color HEX #0A7661 Tropical Rain Forest
📋 copy color: '#0A7661'red 10 ◦ green 118 ◦ blue 97
Shades of Tropical Rain Forest #0A7661
Tints of Tropical Rain Forest #0A7661
RGB
CMYK
RGB Variations
Color information
#0A7661 (or 0x0A7661) is known color: Tropical Rain Forest. HEX triplet: 0A, 76 and 61. RGB value is (10,118,97). Sum of RGB (Red+Green+Blue) = 10+118+97=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7661 is #F5899E. Grayscale: #535353. Windows color (decimal): -16091551 or 6387210. OLE color: 6387210.
HSL color Cylindrical-coordinate representation of color #0A7661: hue angle of 168.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7661 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 97 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.54 |
| HSL | 168.33º | 0.84% | 0.25% | - |
| HSV(B) | 168.33º | 0.92% | 0.46% | - |
| XYZ | 8.76 | 13.88 | 13.53 | - |
| YUV | 83.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 97 | 0.92 | 0 | 0.18 | 0.54 | 168.33 | 0.84 | 0.25 |
| Hex | A | 76 | 61 | 5C | 0 | 12 | 36 | A8 | 54 | 19 |
| Octal | 12 | 166 | 141 | 134 | 0 | 22 | 66 | 250 | 124 | 31 |
| Binary | 1010 | 1110110 | 1100001 | 1011100 | 0 | 10010 | 110110 | 10101000 | 1010100 | 11001 |
Color Harmonies of #0A7661
Complementary color
Monochromatic Colors of #0A7661
Black with #0A7661
Text Example
Text Example
White with #0A7661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7661; }
p { color: rgb(10,118,97); }
H1.HeaderClassName
{
color: #0A7661;
}
.AnyTagClassName
{
color: #0A7661;
}
</style>
background-color css
<style>
a { background-color: #0A7661; }
a { background-color: rgb(10,118,97); }
div.DivClassName
{
background-color: #0A7661;
}
.BgClassName
{
background-color: #0A7661;
}
</style>
border-color css
<style>
span { border-color: #0A7661; }
span { border-color: rgb(10,118,97); }
td.TdClassName
{
border-color: #0A7661;
}
.TagClassName
{
border-color: #0A7661;
}
</style>