Shades of Tropical Rain Forest #00875B
Tints of Tropical Rain Forest #00875B
RGB
CMYK
RGB Variations
Color information
#00875B (or 0x00875B) is known color: Tropical Rain Forest. HEX triplet: 00, 87 and 5B. RGB value is (0,135,91). Sum of RGB (Red+Green+Blue) = 0+135+91=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #00875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00875B is #FF78A4. Grayscale: #595959. Windows color (decimal): -16742565 or 5998336. OLE color: 5998336.
HSL color Cylindrical-coordinate representation of color #00875B: hue angle of 160.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00875B is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 91 | - |
| CMYK | 1 | 0 | 0.33 | 0.47 |
| HSL | 160.44º | 1% | 0.26% | - |
| HSV(B) | 160.44º | 1% | 0.53% | - |
| XYZ | 10.55 | 18.08 | 12.83 | - |
| YUV | 89.62 | 128.77 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 91 | 1 | 0 | 0.33 | 0.47 | 160.44 | 1 | 0.26 |
| Hex | 0 | 87 | 5B | 64 | 0 | 21 | 2F | A0 | 64 | 1A |
| Octal | 0 | 207 | 133 | 144 | 0 | 41 | 57 | 240 | 144 | 32 |
| Binary | 0 | 10000111 | 1011011 | 1100100 | 0 | 100001 | 101111 | 10100000 | 1100100 | 11010 |
Color Harmonies of #00875B
Complementary color
Monochromatic Colors of #00875B
Black with #00875B
Text Example
Text Example
White with #00875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00875B; }
p { color: rgb(0,135,91); }
H1.HeaderClassName
{
color: #00875B;
}
.AnyTagClassName
{
color: #00875B;
}
</style>
background-color css
<style>
a { background-color: #00875B; }
a { background-color: rgb(0,135,91); }
div.DivClassName
{
background-color: #00875B;
}
.BgClassName
{
background-color: #00875B;
}
</style>
border-color css
<style>
span { border-color: #00875B; }
span { border-color: rgb(0,135,91); }
td.TdClassName
{
border-color: #00875B;
}
.TagClassName
{
border-color: #00875B;
}
</style>