Shades of Tropical Rain Forest #01705B
Tints of Tropical Rain Forest #01705B
RGB
CMYK
RGB Variations
Color information
#01705B (or 0x01705B) is known color: Tropical Rain Forest. HEX triplet: 01, 70 and 5B. RGB value is (1,112,91). Sum of RGB (Red+Green+Blue) = 1+112+91=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #01705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01705B is #FE8FA4. Grayscale: #4C4C4C. Windows color (decimal): -16682917 or 5992449. OLE color: 5992449.
HSL color Cylindrical-coordinate representation of color #01705B: hue angle of 168.65º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01705B is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 91 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.56 |
| HSL | 168.65º | 0.98% | 0.22% | - |
| HSV(B) | 168.65º | 0.99% | 0.44% | - |
| XYZ | 7.7 | 12.35 | 11.88 | - |
| YUV | 76.42 | 136.23 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 91 | 0.99 | 0 | 0.19 | 0.56 | 168.65 | 0.98 | 0.22 |
| Hex | 1 | 70 | 5B | 63 | 0 | 13 | 38 | A9 | 62 | 16 |
| Octal | 1 | 160 | 133 | 143 | 0 | 23 | 70 | 251 | 142 | 26 |
| Binary | 1 | 1110000 | 1011011 | 1100011 | 0 | 10011 | 111000 | 10101001 | 1100010 | 10110 |
Color Harmonies of #01705B
Complementary color
Monochromatic Colors of #01705B
Black with #01705B
Text Example
Text Example
White with #01705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01705B; }
p { color: rgb(1,112,91); }
H1.HeaderClassName
{
color: #01705B;
}
.AnyTagClassName
{
color: #01705B;
}
</style>
background-color css
<style>
a { background-color: #01705B; }
a { background-color: rgb(1,112,91); }
div.DivClassName
{
background-color: #01705B;
}
.BgClassName
{
background-color: #01705B;
}
</style>
border-color css
<style>
span { border-color: #01705B; }
span { border-color: rgb(1,112,91); }
td.TdClassName
{
border-color: #01705B;
}
.TagClassName
{
border-color: #01705B;
}
</style>