#016C5A

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

Shades of Tropical Rain Forest #016C5A

Tints of Tropical Rain Forest #016C5A

Color information

#016C5A (or 0x016C5A) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 6C and 5A. RGB value is (1,108,90). Sum of RGB (Red+Green+Blue) = 1+108+90=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #016C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C5A is #FE93A5. Grayscale: #494949. Windows color (decimal): -16683942 or 5925889. OLE color: 5925889.

HSL color Cylindrical-coordinate representation of color #016C5A: hue angle of 169.91º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C5A is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB110890-
CMYK0.9900.170.58
HSL169.91º98.17%21.37%-
HSV(B)169.91º99.07%42.35%-
XYZ7.2211.4711.51-
YUV73.96137.0575.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 108 (42.58% from 255) = 54.27%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=0.50%
G=54.27%
B=45.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1108900.9900.170.58169.9198.1721.37
Hex16C5A630113Aaa6215
Octal11541321430217225214225
Binary111011001011010110001101000111101010101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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