#016E70

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

Shades of Pine Green #016E70

Tints of Pine Green #016E70

Color information

#016E70 (or 0x016E70) is unknown color: approx Pine Green. HEX triplet: 01, 6E and 70. RGB value is (1,110,112). Sum of RGB (Red+Green+Blue) = 1+110+112=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #016E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E70 is #FE918F. Grayscale: #4D4D4D. Windows color (decimal): -16683408 or 7368193. OLE color: 7368193.

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

Color convert

RGB1110112-
CMYK0.990.0200.56
HSL181.08º98.23%22.16%-
HSV(B)181.08º99.11%43.92%-
XYZ8.5112.3317.26-
YUV77.64147.3973.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=0.45%
G=49.33%
B=50.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11101120.990.0200.56181.0898.2322.16
Hex16E70632038b56216
Octal1156160143207026514226
Binary111011101110000110001110011100010110101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,110,112); }

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

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

 a { background-color: rgb(1,110,112); }

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

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

 span { border-color: rgb(1,110,112); }

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