#016D6C

Color #016D6C Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #016D6C

Tints of Pine Green #016D6C

Color information

#016D6C (or 0x016D6C) is unknown color: approx Pine Green. HEX triplet: 01, 6D and 6C. RGB value is (1,109,108). Sum of RGB (Red+Green+Blue) = 1+109+108=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #016D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D6C is #FE9293. Grayscale: #4C4C4C. Windows color (decimal): -16683668 or 7105793. OLE color: 7105793.

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

Color convert

RGB1109108-
CMYK0.9900.010.57
HSL179.44º98.18%21.57%-
HSV(B)179.44º99.08%42.75%-
XYZ8.1912.0316.08-
YUV76.59145.7274.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 109 (42.97% from 255) = 50%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=0.46%
G=50%
B=49.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11091080.9900.010.57179.4498.1821.57
Hex16D6C630139b36216
Octal1155154143017126314226
Binary11101101110110011000110111100110110011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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