#017160

Color #017160 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #017160

Tints of Tropical Rain Forest #017160

Color information

#017160 (or 0x017160) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 71 and 60. RGB value is (1,113,96). Sum of RGB (Red+Green+Blue) = 1+113+96=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #017160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017160 is #FE8E9F. Grayscale: #4D4D4D. Windows color (decimal): -16682656 or 6320385. OLE color: 6320385.

HSL color Cylindrical-coordinate representation of color #017160: hue angle of 170.89º 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 #017160 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB111396-
CMYK0.9900.150.56
HSL170.89º98.25%22.35%-
HSV(B)170.89º99.12%44.31%-
XYZ8.0312.6613.09-
YUV77.57138.3973.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 113 (44.53% from 255) = 53.81%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=0.48%
G=53.81%
B=45.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113960.9900.150.56170.8998.2522.35
Hex17160630F38ab6216
Octal11611401430177025314226
Binary11110001110000011000110111111100010101011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017160; }

 p { color: rgb(1,113,96); }

 H1.HeaderClassName
 {
   color: #017160;
 }
 .AnyTagClassName
 {
   color: #017160;
 }
</style>
background-color css

<style>
 a { background-color: #017160; }

 a { background-color: rgb(1,113,96); }

 div.DivClassName
 {
   background-color: #017160;
 }
 .BgClassName
 {
   background-color: #017160;
 }
</style>
border-color css

<style>
 span { border-color: #017160; }

 span { border-color: rgb(1,113,96); }

 td.TdClassName
 {
   border-color: #017160;
 }
 .TagClassName
 {
   border-color: #017160;
 }
</style>