#016F5A

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

Shades of Tropical Rain Forest #016F5A

Tints of Tropical Rain Forest #016F5A

Color information

#016F5A (or 0x016F5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 6F and 5A. RGB value is (1,111,90). Sum of RGB (Red+Green+Blue) = 1+111+90=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #016F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F5A is #FE90A5. Grayscale: #4B4B4B. Windows color (decimal): -16683174 or 5926657. OLE color: 5926657.

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

Color convert

RGB111190-
CMYK0.9900.190.56
HSL168.55º98.21%21.96%-
HSV(B)168.55º99.1%43.53%-
XYZ7.5412.1111.61-
YUV75.72136.0674.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 111 (43.75% from 255) = 54.95%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=0.50%
G=54.95%
B=44.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111900.9900.190.56168.5598.2121.96
Hex16F5A6301338a96216
Octal11571321430237025114226
Binary111011111011010110001101001111100010101001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016F5A; }

 p { color: rgb(1,111,90); }

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

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

 a { background-color: rgb(1,111,90); }

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

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

 span { border-color: rgb(1,111,90); }

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