Html Css Color HEX #0A7358 Tropical Rain Forest
📋 copy color: '#0A7358'red 10 ◦ green 115 ◦ blue 88
Shades of Tropical Rain Forest #0A7358
Tints of Tropical Rain Forest #0A7358
RGB
CMYK
RGB Variations
Color information
#0A7358 (or 0x0A7358) is known color: Tropical Rain Forest. HEX triplet: 0A, 73 and 58. RGB value is (10,115,88). Sum of RGB (Red+Green+Blue) = 10+115+88=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7358 is #F58CA7. Grayscale: #505050. Windows color (decimal): -16092328 or 5796618. OLE color: 5796618.
HSL color Cylindrical-coordinate representation of color #0A7358: hue angle of 164.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7358 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 88 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.55 |
| HSL | 164.57º | 0.84% | 0.25% | - |
| HSV(B) | 164.57º | 0.91% | 0.45% | - |
| XYZ | 8.02 | 13.03 | 11.33 | - |
| YUV | 80.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 88 | 0.91 | 0 | 0.23 | 0.55 | 164.57 | 0.84 | 0.25 |
| Hex | A | 73 | 58 | 5B | 0 | 17 | 37 | A5 | 54 | 19 |
| Octal | 12 | 163 | 130 | 133 | 0 | 27 | 67 | 245 | 124 | 31 |
| Binary | 1010 | 1110011 | 1011000 | 1011011 | 0 | 10111 | 110111 | 10100101 | 1010100 | 11001 |
Color Harmonies of #0A7358
Complementary color
Monochromatic Colors of #0A7358
Black with #0A7358
Text Example
Text Example
White with #0A7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7358; }
p { color: rgb(10,115,88); }
H1.HeaderClassName
{
color: #0A7358;
}
.AnyTagClassName
{
color: #0A7358;
}
</style>
background-color css
<style>
a { background-color: #0A7358; }
a { background-color: rgb(10,115,88); }
div.DivClassName
{
background-color: #0A7358;
}
.BgClassName
{
background-color: #0A7358;
}
</style>
border-color css
<style>
span { border-color: #0A7358; }
span { border-color: rgb(10,115,88); }
td.TdClassName
{
border-color: #0A7358;
}
.TagClassName
{
border-color: #0A7358;
}
</style>