Html Css Color HEX #0A755D Tropical Rain Forest
📋 copy color: '#0A755D'red 10 ◦ green 117 ◦ blue 93
Shades of Tropical Rain Forest #0A755D
Tints of Tropical Rain Forest #0A755D
RGB
CMYK
RGB Variations
Color information
#0A755D (or 0x0A755D) is known color: Tropical Rain Forest. HEX triplet: 0A, 75 and 5D. RGB value is (10,117,93). Sum of RGB (Red+Green+Blue) = 10+117+93=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #0A755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A755D is #F58AA2. Grayscale: #525252. Windows color (decimal): -16091811 or 6124810. OLE color: 6124810.
HSL color Cylindrical-coordinate representation of color #0A755D: hue angle of 166.54º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A755D is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 117 | 93 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.54 |
| HSL | 166.54º | 0.84% | 0.25% | - |
| HSV(B) | 166.54º | 0.91% | 0.46% | - |
| XYZ | 8.46 | 13.58 | 12.53 | - |
| YUV | 82.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 117 | 93 | 0.91 | 0 | 0.21 | 0.54 | 166.54 | 0.84 | 0.25 |
| Hex | A | 75 | 5D | 5B | 0 | 15 | 36 | A7 | 54 | 19 |
| Octal | 12 | 165 | 135 | 133 | 0 | 25 | 66 | 247 | 124 | 31 |
| Binary | 1010 | 1110101 | 1011101 | 1011011 | 0 | 10101 | 110110 | 10100111 | 1010100 | 11001 |
Color Harmonies of #0A755D
Complementary color
Monochromatic Colors of #0A755D
Black with #0A755D
Text Example
Text Example
White with #0A755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A755D; }
p { color: rgb(10,117,93); }
H1.HeaderClassName
{
color: #0A755D;
}
.AnyTagClassName
{
color: #0A755D;
}
</style>
background-color css
<style>
a { background-color: #0A755D; }
a { background-color: rgb(10,117,93); }
div.DivClassName
{
background-color: #0A755D;
}
.BgClassName
{
background-color: #0A755D;
}
</style>
border-color css
<style>
span { border-color: #0A755D; }
span { border-color: rgb(10,117,93); }
td.TdClassName
{
border-color: #0A755D;
}
.TagClassName
{
border-color: #0A755D;
}
</style>