#016E65

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

Shades of Tropical Rain Forest #016E65

Tints of Tropical Rain Forest #016E65

Color information

#016E65 (or 0x016E65) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 6E and 65. RGB value is (1,110,101). Sum of RGB (Red+Green+Blue) = 1+110+101=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #016E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E65 is #FE919A. Grayscale: #4C4C4C. Windows color (decimal): -16683419 or 6647297. OLE color: 6647297.

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

Color convert

RGB1110101-
CMYK0.9900.080.57
HSL175.05º98.2%21.76%-
HSV(B)175.05º99.09%43.14%-
XYZ7.9412.114.23-
YUV76.38141.8974.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 110 (43.36% from 255) = 51.89%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=0.47%
G=51.89%
B=47.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11101010.9900.080.57175.0598.221.76
Hex16E65630839af6216
Octal11561451430107125714226
Binary11101110110010111000110100011100110101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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