#016F6C

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

Shades of Pine Green #016F6C

Tints of Pine Green #016F6C

Color information

#016F6C (or 0x016F6C) is unknown color: approx Pine Green. HEX triplet: 01, 6F and 6C. RGB value is (1,111,108). Sum of RGB (Red+Green+Blue) = 1+111+108=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #016F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F6C is #FE9093. Grayscale: #4D4D4D. Windows color (decimal): -16683156 or 7106305. OLE color: 7106305.

HSL color Cylindrical-coordinate representation of color #016F6C: hue angle of 178.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F6C is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB1111108-
CMYK0.9900.030.56
HSL178.36º98.21%21.96%-
HSV(B)178.36º99.1%43.53%-
XYZ8.412.4616.15-
YUV77.77145.0673.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 111 (43.75% from 255) = 50.45%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=0.45%
G=50.45%
B=49.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11111080.9900.030.56178.3698.2121.96
Hex16F6C630338b26216
Octal1157154143037026214226
Binary111011111101100110001101111100010110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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