Html Css Color HEX #0A7958 Tropical Rain Forest
📋 copy color: '#0A7958'red 10 ◦ green 121 ◦ blue 88
Shades of Tropical Rain Forest #0A7958
Tints of Tropical Rain Forest #0A7958
RGB
CMYK
RGB Variations
Color information
#0A7958 (or 0x0A7958) is known color: Tropical Rain Forest. HEX triplet: 0A, 79 and 58. RGB value is (10,121,88). Sum of RGB (Red+Green+Blue) = 10+121+88=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7958 is #F586A7. Grayscale: #545454. Windows color (decimal): -16090792 or 5798154. OLE color: 5798154.
HSL color Cylindrical-coordinate representation of color #0A7958: hue angle of 162.16º 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 #0A7958 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 121 | 88 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.53 |
| HSL | 162.16º | 0.85% | 0.26% | - |
| HSV(B) | 162.16º | 0.92% | 0.47% | - |
| XYZ | 8.72 | 14.44 | 11.56 | - |
| YUV | 84.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 121 | 88 | 0.92 | 0 | 0.27 | 0.53 | 162.16 | 0.85 | 0.26 |
| Hex | A | 79 | 58 | 5C | 0 | 1B | 35 | A2 | 55 | 1A |
| Octal | 12 | 171 | 130 | 134 | 0 | 33 | 65 | 242 | 125 | 32 |
| Binary | 1010 | 1111001 | 1011000 | 1011100 | 0 | 11011 | 110101 | 10100010 | 1010101 | 11010 |
Color Harmonies of #0A7958
Complementary color
Monochromatic Colors of #0A7958
Black with #0A7958
Text Example
Text Example
White with #0A7958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7958; }
p { color: rgb(10,121,88); }
H1.HeaderClassName
{
color: #0A7958;
}
.AnyTagClassName
{
color: #0A7958;
}
</style>
background-color css
<style>
a { background-color: #0A7958; }
a { background-color: rgb(10,121,88); }
div.DivClassName
{
background-color: #0A7958;
}
.BgClassName
{
background-color: #0A7958;
}
</style>
border-color css
<style>
span { border-color: #0A7958; }
span { border-color: rgb(10,121,88); }
td.TdClassName
{
border-color: #0A7958;
}
.TagClassName
{
border-color: #0A7958;
}
</style>