Html Css Color HEX #0A7963 Tropical Rain Forest
📋 copy color: '#0A7963'red 10 ◦ green 121 ◦ blue 99
Shades of Tropical Rain Forest #0A7963
Tints of Tropical Rain Forest #0A7963
RGB
CMYK
RGB Variations
Color information
#0A7963 (or 0x0A7963) is known color: Tropical Rain Forest. HEX triplet: 0A, 79 and 63. RGB value is (10,121,99). Sum of RGB (Red+Green+Blue) = 10+121+99=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7963 is #F5869C. Grayscale: #555555. Windows color (decimal): -16090781 or 6519050. OLE color: 6519050.
HSL color Cylindrical-coordinate representation of color #0A7963: hue angle of 168.11º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7963 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 121 | 99 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.53 |
| HSL | 168.11º | 0.85% | 0.26% | - |
| HSV(B) | 168.11º | 0.92% | 0.47% | - |
| XYZ | 9.21 | 14.64 | 14.14 | - |
| YUV | 85.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 99 | 0.92 | 0 | 0.18 | 0.53 | 168.11 | 0.85 | 0.26 |
| Hex | A | 79 | 63 | 5C | 0 | 12 | 35 | A8 | 55 | 1A |
| Octal | 12 | 171 | 143 | 134 | 0 | 22 | 65 | 250 | 125 | 32 |
| Binary | 1010 | 1111001 | 1100011 | 1011100 | 0 | 10010 | 110101 | 10101000 | 1010101 | 11010 |
Color Harmonies of #0A7963
Complementary color
Monochromatic Colors of #0A7963
Black with #0A7963
Text Example
Text Example
White with #0A7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7963; }
p { color: rgb(10,121,99); }
H1.HeaderClassName
{
color: #0A7963;
}
.AnyTagClassName
{
color: #0A7963;
}
</style>
background-color css
<style>
a { background-color: #0A7963; }
a { background-color: rgb(10,121,99); }
div.DivClassName
{
background-color: #0A7963;
}
.BgClassName
{
background-color: #0A7963;
}
</style>
border-color css
<style>
span { border-color: #0A7963; }
span { border-color: rgb(10,121,99); }
td.TdClassName
{
border-color: #0A7963;
}
.TagClassName
{
border-color: #0A7963;
}
</style>