Shades of Tropical Rain Forest #017B5F
Tints of Tropical Rain Forest #017B5F
RGB
CMYK
RGB Variations
Color information
#017B5F (or 0x017B5F) is known color: Tropical Rain Forest. HEX triplet: 01, 7B and 5F. RGB value is (1,123,95). Sum of RGB (Red+Green+Blue) = 1+123+95=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #017B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017B5F is #FE84A0. Grayscale: #535353. Windows color (decimal): -16680097 or 6257409. OLE color: 6257409.
HSL color Cylindrical-coordinate representation of color #017B5F: hue angle of 166.23º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017B5F is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 123 | 95 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.52 |
| HSL | 166.23º | 0.98% | 0.24% | - |
| HSV(B) | 166.23º | 0.99% | 0.48% | - |
| XYZ | 9.16 | 15 | 13.24 | - |
| YUV | 83.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 95 | 0.99 | 0 | 0.23 | 0.52 | 166.23 | 0.98 | 0.24 |
| Hex | 1 | 7B | 5F | 63 | 0 | 17 | 34 | A6 | 62 | 18 |
| Octal | 1 | 173 | 137 | 143 | 0 | 27 | 64 | 246 | 142 | 30 |
| Binary | 1 | 1111011 | 1011111 | 1100011 | 0 | 10111 | 110100 | 10100110 | 1100010 | 11000 |
Color Harmonies of #017B5F
Complementary color
Monochromatic Colors of #017B5F
Black with #017B5F
Text Example
Text Example
White with #017B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017B5F; }
p { color: rgb(1,123,95); }
H1.HeaderClassName
{
color: #017B5F;
}
.AnyTagClassName
{
color: #017B5F;
}
</style>
background-color css
<style>
a { background-color: #017B5F; }
a { background-color: rgb(1,123,95); }
div.DivClassName
{
background-color: #017B5F;
}
.BgClassName
{
background-color: #017B5F;
}
</style>
border-color css
<style>
span { border-color: #017B5F; }
span { border-color: rgb(1,123,95); }
td.TdClassName
{
border-color: #017B5F;
}
.TagClassName
{
border-color: #017B5F;
}
</style>