#017D70

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

Shades of Pine Green #017D70

Tints of Pine Green #017D70

Color information

#017D70 (or 0x017D70) is unknown color: approx Pine Green. HEX triplet: 01, 7D and 70. RGB value is (1,125,112). Sum of RGB (Red+Green+Blue) = 1+125+112=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #017D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D70 is #FE828F. Grayscale: #565656. Windows color (decimal): -16679568 or 7372033. OLE color: 7372033.

HSL color Cylindrical-coordinate representation of color #017D70: hue angle of 173.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D70 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB1125112-
CMYK0.9900.100.51
HSL173.71º98.41%24.71%-
HSV(B)173.71º99.2%49.02%-
XYZ10.2715.8417.85-
YUV86.44142.4267.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 125 (49.22% from 255) = 52.52%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=0.42%
G=52.52%
B=47.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11251120.9900.100.51173.7198.4124.71
Hex17D70630A33ae6219
Octal11751601430126325614231
Binary11111101111000011000110101011001110101110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017D70; }

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

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

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

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

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

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

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

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