#016E5F

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

Shades of Tropical Rain Forest #016E5F

Tints of Tropical Rain Forest #016E5F

Color information

#016E5F (or 0x016E5F) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 6E and 5F. RGB value is (1,110,95). Sum of RGB (Red+Green+Blue) = 1+110+95=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #016E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E5F is #FE91A0. Grayscale: #4B4B4B. Windows color (decimal): -16683425 or 6254081. OLE color: 6254081.

HSL color Cylindrical-coordinate representation of color #016E5F: hue angle of 171.74º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E5F is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB111095-
CMYK0.9900.140.57
HSL171.74º98.2%21.76%-
HSV(B)171.74º99.09%43.14%-
XYZ7.6511.9812.74-
YUV75.7138.8974.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 110 (43.36% from 255) = 53.40%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=0.49%
G=53.40%
B=46.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110950.9900.140.57171.7498.221.76
Hex16E5F630E39ac6216
Octal11561371430167125414226
Binary11101110101111111000110111011100110101100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,110,95); }

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

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

 a { background-color: rgb(1,110,95); }

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

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

 span { border-color: rgb(1,110,95); }

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