#017068

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

Shades of Pine Green #017068

Tints of Pine Green #017068

Color information

#017068 (or 0x017068) is unknown color: approx Pine Green. HEX triplet: 01, 70 and 68. RGB value is (1,112,104). Sum of RGB (Red+Green+Blue) = 1+112+104=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #017068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017068 is #FE8F97. Grayscale: #4D4D4D. Windows color (decimal): -16682904 or 6844417. OLE color: 6844417.

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

Color convert

RGB1112104-
CMYK0.9900.070.56
HSL175.68º98.23%22.16%-
HSV(B)175.68º99.11%43.92%-
XYZ8.3112.5915.09-
YUV77.9142.7373.15-

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.61%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=0.46%
G=51.61%
B=47.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11121040.9900.070.56175.6898.2322.16
Hex17068630738b06216
Octal1160150143077026014226
Binary1111000011010001100011011111100010110000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017068; }

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

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

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

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

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

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

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

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