#017063

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

Shades of Tropical Rain Forest #017063

Tints of Tropical Rain Forest #017063

Color information

#017063 (or 0x017063) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 70 and 63. RGB value is (1,112,99). Sum of RGB (Red+Green+Blue) = 1+112+99=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #017063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017063 is #FE8F9C. Grayscale: #4D4D4D. Windows color (decimal): -16682909 or 6516737. OLE color: 6516737.

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

Color convert

RGB111299-
CMYK0.9900.120.56
HSL172.97º98.23%22.16%-
HSV(B)172.97º99.11%43.92%-
XYZ8.0612.513.79-
YUV77.33140.2373.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=0.47%
G=52.83%
B=46.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112990.9900.120.56172.9798.2322.16
Hex17063630C38ad6216
Octal11601431430147025514226
Binary11110000110001111000110110011100010101101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017063; }

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

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

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

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

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

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

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

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