#016D66

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

Shades of Pine Green #016D66

Tints of Pine Green #016D66

Color information

#016D66 (or 0x016D66) is unknown color: approx Pine Green. HEX triplet: 01, 6D and 66. RGB value is (1,109,102). Sum of RGB (Red+Green+Blue) = 1+109+102=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #016D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D66 is #FE9299. Grayscale: #4B4B4B. Windows color (decimal): -16683674 or 6712577. OLE color: 6712577.

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

Color convert

RGB1109102-
CMYK0.9900.060.57
HSL176.11º98.18%21.57%-
HSV(B)176.11º99.08%42.75%-
XYZ7.8811.914.45-
YUV75.91142.7274.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 109 (42.97% from 255) = 51.42%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=0.47%
G=51.42%
B=48.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11091020.9900.060.57176.1198.1821.57
Hex16D66630639b06216
Octal1155146143067126014226
Binary1110110111001101100011011011100110110000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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