Html Css Color HEX #0A735F Tropical Rain Forest
📋 copy color: '#0A735F'red 10 ◦ green 115 ◦ blue 95
Shades of Tropical Rain Forest #0A735F
Tints of Tropical Rain Forest #0A735F
RGB
CMYK
RGB Variations
Color information
#0A735F (or 0x0A735F) is known color: Tropical Rain Forest. HEX triplet: 0A, 73 and 5F. RGB value is (10,115,95). Sum of RGB (Red+Green+Blue) = 10+115+95=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #0A735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A735F is #F58CA0. Grayscale: #515151. Windows color (decimal): -16092321 or 6255370. OLE color: 6255370.
HSL color Cylindrical-coordinate representation of color #0A735F: hue angle of 168.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 #0A735F is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 115 | 95 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.55 |
| HSL | 168.57º | 0.84% | 0.25% | - |
| HSV(B) | 168.57º | 0.91% | 0.45% | - |
| XYZ | 8.32 | 13.15 | 12.93 | - |
| YUV | 81.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 115 | 95 | 0.91 | 0 | 0.17 | 0.55 | 168.57 | 0.84 | 0.25 |
| Hex | A | 73 | 5F | 5B | 0 | 11 | 37 | A9 | 54 | 19 |
| Octal | 12 | 163 | 137 | 133 | 0 | 21 | 67 | 251 | 124 | 31 |
| Binary | 1010 | 1110011 | 1011111 | 1011011 | 0 | 10001 | 110111 | 10101001 | 1010100 | 11001 |
Color Harmonies of #0A735F
Complementary color
Monochromatic Colors of #0A735F
Black with #0A735F
Text Example
Text Example
White with #0A735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A735F; }
p { color: rgb(10,115,95); }
H1.HeaderClassName
{
color: #0A735F;
}
.AnyTagClassName
{
color: #0A735F;
}
</style>
background-color css
<style>
a { background-color: #0A735F; }
a { background-color: rgb(10,115,95); }
div.DivClassName
{
background-color: #0A735F;
}
.BgClassName
{
background-color: #0A735F;
}
</style>
border-color css
<style>
span { border-color: #0A735F; }
span { border-color: rgb(10,115,95); }
td.TdClassName
{
border-color: #0A735F;
}
.TagClassName
{
border-color: #0A735F;
}
</style>