Shades of Tropical Rain Forest #00805D
Tints of Tropical Rain Forest #00805D
RGB
CMYK
RGB Variations
Color information
#00805D (or 0x00805D) is known color: Tropical Rain Forest. HEX triplet: 00, 80 and 5D. RGB value is (0,128,93). Sum of RGB (Red+Green+Blue) = 0+128+93=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #00805D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00805D is #FF7FA2. Grayscale: #555555. Windows color (decimal): -16744355 or 6127616. OLE color: 6127616.
HSL color Cylindrical-coordinate representation of color #00805D: hue angle of 163.59º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00805D is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 93 | - |
| CMYK | 1 | 0 | 0.27 | 0.50 |
| HSL | 163.59º | 1% | 0.25% | - |
| HSV(B) | 163.59º | 1% | 0.5% | - |
| XYZ | 9.69 | 16.23 | 12.98 | - |
| YUV | 85.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 93 | 1 | 0 | 0.27 | 0.50 | 163.59 | 1 | 0.25 |
| Hex | 0 | 80 | 5D | 64 | 0 | 1B | 32 | A4 | 64 | 19 |
| Octal | 0 | 200 | 135 | 144 | 0 | 33 | 62 | 244 | 144 | 31 |
| Binary | 0 | 10000000 | 1011101 | 1100100 | 0 | 11011 | 110010 | 10100100 | 1100100 | 11001 |
Color Harmonies of #00805D
Complementary color
Monochromatic Colors of #00805D
Black with #00805D
Text Example
Text Example
White with #00805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00805D; }
p { color: rgb(0,128,93); }
H1.HeaderClassName
{
color: #00805D;
}
.AnyTagClassName
{
color: #00805D;
}
</style>
background-color css
<style>
a { background-color: #00805D; }
a { background-color: rgb(0,128,93); }
div.DivClassName
{
background-color: #00805D;
}
.BgClassName
{
background-color: #00805D;
}
</style>
border-color css
<style>
span { border-color: #00805D; }
span { border-color: rgb(0,128,93); }
td.TdClassName
{
border-color: #00805D;
}
.TagClassName
{
border-color: #00805D;
}
</style>