Shades of Tropical Rain Forest #05875D
Tints of Tropical Rain Forest #05875D
RGB
CMYK
RGB Variations
Color information
#05875D (or 0x05875D) is known color: Tropical Rain Forest. HEX triplet: 05, 87 and 5D. RGB value is (5,135,93). Sum of RGB (Red+Green+Blue) = 5+135+93=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #05875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05875D is #FA78A2. Grayscale: #5B5B5B. Windows color (decimal): -16414883 or 6129413. OLE color: 6129413.
HSL color Cylindrical-coordinate representation of color #05875D: hue angle of 160.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05875D is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 93 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.47 |
| HSL | 160.62º | 0.93% | 0.27% | - |
| HSV(B) | 160.62º | 0.96% | 0.53% | - |
| XYZ | 10.7 | 18.15 | 13.3 | - |
| YUV | 91.34 | 128.93 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 93 | 0.96 | 0 | 0.31 | 0.47 | 160.62 | 0.93 | 0.27 |
| Hex | 5 | 87 | 5D | 60 | 0 | 1F | 2F | A1 | 5D | 1B |
| Octal | 5 | 207 | 135 | 140 | 0 | 37 | 57 | 241 | 135 | 33 |
| Binary | 101 | 10000111 | 1011101 | 1100000 | 0 | 11111 | 101111 | 10100001 | 1011101 | 11011 |
Color Harmonies of #05875D
Complementary color
Monochromatic Colors of #05875D
Black with #05875D
Text Example
Text Example
White with #05875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05875D; }
p { color: rgb(5,135,93); }
H1.HeaderClassName
{
color: #05875D;
}
.AnyTagClassName
{
color: #05875D;
}
</style>
background-color css
<style>
a { background-color: #05875D; }
a { background-color: rgb(5,135,93); }
div.DivClassName
{
background-color: #05875D;
}
.BgClassName
{
background-color: #05875D;
}
</style>
border-color css
<style>
span { border-color: #05875D; }
span { border-color: rgb(5,135,93); }
td.TdClassName
{
border-color: #05875D;
}
.TagClassName
{
border-color: #05875D;
}
</style>