Html Css Color HEX #016B5D Tropical Rain Forest

📋 copy color: '#016B5D'

red 1 ◦ green 107 ◦ blue 93

#016B5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #016B5D

Tints of Tropical Rain Forest #016B5D

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 107 (42.19% from 255) = 53.23%

 BLUE value IS 93 (36.72% from 255) = 46.27%

R = 0.5%
G = 53.23%
B = 46.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#016B5D (or 0x016B5D) is known color: Tropical Rain Forest. HEX triplet: 01, 6B and 5D. RGB value is (1,107,93). Sum of RGB (Red+Green+Blue) = 1+107+93=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #016B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B5D is #FE94A2. Grayscale: #494949. Windows color (decimal): -16684195 or 6122241. OLE color: 6122241.

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

Color convert

RGB 1 107 93 -
CMYK 0.99 0 0.13 0.58
HSL 172.08º 0.98% 0.21% -
HSV(B) 172.08º 0.99% 0.42% -
XYZ 7.25 11.31 12.16 -
YUV 73.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 1 107 93 0.99 0 0.13 0.58 172.08 0.98 0.21
Hex 1 6B 5D 63 0 D 3A AC 62 15
Octal 1 153 135 143 0 15 72 254 142 25
Binary 1 1101011 1011101 1100011 0 1101 111010 10101100 1100010 10101

Color Harmonies of #016B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B5D

Black with #016B5D

Text Example


Text Example

White with #016B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,93); }

 H1.HeaderClassName
 {
   color: #016B5D;
 }
 .AnyTagClassName
 {
   color: #016B5D;
 }
</style>

background-color css

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

 a { background-color: rgb(1,107,93); }

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

border-color css

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

 span { border-color: rgb(1,107,93); }

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