#017067

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

Shades of Pine Green #017067

Tints of Pine Green #017067

Color information

#017067 (or 0x017067) is unknown color: approx Pine Green. HEX triplet: 01, 70 and 67. RGB value is (1,112,103). Sum of RGB (Red+Green+Blue) = 1+112+103=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #017067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017067 is #FE8F98. Grayscale: #4D4D4D. Windows color (decimal): -16682905 or 6778881. OLE color: 6778881.

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

Color convert

RGB1112103-
CMYK0.9900.080.56
HSL175.14º98.23%22.16%-
HSV(B)175.14º99.11%43.92%-
XYZ8.2512.5714.82-
YUV77.79142.2373.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 112 (44.14% from 255) = 51.85%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=0.46%
G=51.85%
B=47.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11121030.9900.080.56175.1498.2322.16
Hex17067630838af6216
Octal11601471430107025714226
Binary11110000110011111000110100011100010101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017067; }

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

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

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

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

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

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

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

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