#017E70

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

Shades of Pine Green #017E70

Tints of Pine Green #017E70

Color information

#017E70 (or 0x017E70) is unknown color: approx Pine Green. HEX triplet: 01, 7E and 70. RGB value is (1,126,112). Sum of RGB (Red+Green+Blue) = 1+126+112=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 126 (49.61% from 255 or 52.72% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 126 - color contains mainly: green. Hex color #017E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017E70 is #FE818F. Grayscale: #565656. Windows color (decimal): -16679312 or 7372289. OLE color: 7372289.

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

Color convert

RGB1126112-
CMYK0.9900.110.51
HSL173.28º98.43%24.9%-
HSV(B)173.28º99.21%49.41%-
XYZ10.416.117.89-
YUV87.03142.0966.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 126 (49.61% from 255) = 52.72%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=0.42%
G=52.72%
B=46.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11261120.9900.110.51173.2898.4324.9
Hex17E70630B33ad6219
Octal11761601430136325514231
Binary11111110111000011000110101111001110101101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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