Shades of Tropical Rain Forest #00885B
Tints of Tropical Rain Forest #00885B
RGB
CMYK
RGB Variations
Color information
#00885B (or 0x00885B) is known color: Tropical Rain Forest. HEX triplet: 00, 88 and 5B. RGB value is (0,136,91). Sum of RGB (Red+Green+Blue) = 0+136+91=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #00885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00885B is #FF77A4. Grayscale: #5A5A5A. Windows color (decimal): -16742309 or 5998592. OLE color: 5998592.
HSL color Cylindrical-coordinate representation of color #00885B: hue angle of 160.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00885B is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 91 | - |
| CMYK | 1 | 0 | 0.33 | 0.47 |
| HSL | 160.15º | 1% | 0.27% | - |
| HSV(B) | 160.15º | 1% | 0.53% | - |
| XYZ | 10.69 | 18.36 | 12.88 | - |
| YUV | 90.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 91 | 1 | 0 | 0.33 | 0.47 | 160.15 | 1 | 0.27 |
| Hex | 0 | 88 | 5B | 64 | 0 | 21 | 2F | A0 | 64 | 1B |
| Octal | 0 | 210 | 133 | 144 | 0 | 41 | 57 | 240 | 144 | 33 |
| Binary | 0 | 10001000 | 1011011 | 1100100 | 0 | 100001 | 101111 | 10100000 | 1100100 | 11011 |
Color Harmonies of #00885B
Complementary color
Monochromatic Colors of #00885B
Black with #00885B
Text Example
Text Example
White with #00885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00885B; }
p { color: rgb(0,136,91); }
H1.HeaderClassName
{
color: #00885B;
}
.AnyTagClassName
{
color: #00885B;
}
</style>
background-color css
<style>
a { background-color: #00885B; }
a { background-color: rgb(0,136,91); }
div.DivClassName
{
background-color: #00885B;
}
.BgClassName
{
background-color: #00885B;
}
</style>
border-color css
<style>
span { border-color: #00885B; }
span { border-color: rgb(0,136,91); }
td.TdClassName
{
border-color: #00885B;
}
.TagClassName
{
border-color: #00885B;
}
</style>