#017061

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

Shades of Tropical Rain Forest #017061

Tints of Tropical Rain Forest #017061

Color information

#017061 (or 0x017061) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 70 and 61. RGB value is (1,112,97). Sum of RGB (Red+Green+Blue) = 1+112+97=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #017061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017061 is #FE8F9E. Grayscale: #4D4D4D. Windows color (decimal): -16682911 or 6385665. OLE color: 6385665.

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

Color convert

RGB111297-
CMYK0.9900.130.56
HSL171.89º98.23%22.16%-
HSV(B)171.89º99.11%43.92%-
XYZ7.9612.4613.29-
YUV77.1139.2373.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 112 (44.14% from 255) = 53.33%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=0.48%
G=53.33%
B=46.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112970.9900.130.56171.8998.2322.16
Hex17061630D38ac6216
Octal11601411430157025414226
Binary11110000110000111000110110111100010101100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017061; }

 p { color: rgb(1,112,97); }

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

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

 a { background-color: rgb(1,112,97); }

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

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

 span { border-color: rgb(1,112,97); }

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