Html Css Color HEX #016D5C Tropical Rain Forest

📋 copy color: '#016D5C'

red 1 ◦ green 109 ◦ blue 92

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

Shades of Tropical Rain Forest #016D5C

Tints of Tropical Rain Forest #016D5C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.96%

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 0.5%
G = 53.96%
B = 45.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#016D5C (or 0x016D5C) is known color: Tropical Rain Forest. HEX triplet: 01, 6D and 5C. RGB value is (1,109,92). Sum of RGB (Red+Green+Blue) = 1+109+92=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #016D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D5C is #FE92A3. Grayscale: #4A4A4A. Windows color (decimal): -16683684 or 6057217. OLE color: 6057217.

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

Color convert

RGB 1 109 92 -
CMYK 0.99 0 0.16 0.57
HSL 170.56º 0.98% 0.22% -
HSV(B) 170.56º 0.99% 0.43% -
XYZ 7.41 11.72 12 -
YUV 74.77 137.72 75.38 -
System Red Green Blue C M Y K H S L
Decimal 1 109 92 0.99 0 0.16 0.57 170.56 0.98 0.22
Hex 1 6D 5C 63 0 10 39 AB 62 16
Octal 1 155 134 143 0 20 71 253 142 26
Binary 1 1101101 1011100 1100011 0 10000 111001 10101011 1100010 10110

Color Harmonies of #016D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D5C

Black with #016D5C

Text Example


Text Example

White with #016D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,92); }

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

background-color css

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

 a { background-color: rgb(1,109,92); }

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

border-color css

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

 span { border-color: rgb(1,109,92); }

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