#017D69

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

Shades of Pine Green #017D69

Tints of Pine Green #017D69

Color information

#017D69 (or 0x017D69) is unknown color: approx Pine Green. HEX triplet: 01, 7D and 69. RGB value is (1,125,105). Sum of RGB (Red+Green+Blue) = 1+125+105=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #017D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D69 is #FE8296. Grayscale: #555555. Windows color (decimal): -16679575 or 6913281. OLE color: 6913281.

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

Color convert

RGB1125105-
CMYK0.9900.160.51
HSL170.32º98.41%24.71%-
HSV(B)170.32º99.2%49.02%-
XYZ9.915.6915.87-
YUV85.64138.9267.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 125 (49.22% from 255) = 54.11%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=0.43%
G=54.11%
B=45.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11251050.9900.160.51170.3298.4124.71
Hex17D696301033aa6219
Octal11751511430206325214231
Binary111111011101001110001101000011001110101010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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