Html Css Color HEX #016B5B Tropical Rain Forest

📋 copy color: '#016B5B'

red 1 ◦ green 107 ◦ blue 91

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

Shades of Tropical Rain Forest #016B5B

Tints of Tropical Rain Forest #016B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 0.5%
G = 53.77%
B = 45.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#016B5B (or 0x016B5B) is known color: Tropical Rain Forest. HEX triplet: 01, 6B and 5B. RGB value is (1,107,91). Sum of RGB (Red+Green+Blue) = 1+107+91=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #016B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B5B is #FE94A4. Grayscale: #494949. Windows color (decimal): -16684197 or 5991169. OLE color: 5991169.

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

Color convert

RGB 1 107 91 -
CMYK 0.99 0 0.15 0.58
HSL 170.94º 0.98% 0.21% -
HSV(B) 170.94º 0.99% 0.42% -
XYZ 7.16 11.28 11.7 -
YUV 73.48 137.88 76.3 -
System Red Green Blue C M Y K H S L
Decimal 1 107 91 0.99 0 0.15 0.58 170.94 0.98 0.21
Hex 1 6B 5B 63 0 F 3A AB 62 15
Octal 1 153 133 143 0 17 72 253 142 25
Binary 1 1101011 1011011 1100011 0 1111 111010 10101011 1100010 10101

Color Harmonies of #016B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B5B

Black with #016B5B

Text Example


Text Example

White with #016B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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