#01716A

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

Shades of Pine Green #01716A

Tints of Pine Green #01716A

Color information

#01716A (or 0x01716A) is unknown color: approx Pine Green. HEX triplet: 01, 71 and 6A. RGB value is (1,113,106). Sum of RGB (Red+Green+Blue) = 1+113+106=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #01716A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01716A is #FE8E95. Grayscale: #4E4E4E. Windows color (decimal): -16682646 or 6975745. OLE color: 6975745.

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

Color convert

RGB1113106-
CMYK0.9900.060.56
HSL176.25º98.25%22.35%-
HSV(B)176.25º99.12%44.31%-
XYZ8.5212.8615.67-
YUV78.71143.3972.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 113 (44.53% from 255) = 51.36%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=0.45%
G=51.36%
B=48.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11131060.9900.060.56176.2598.2522.35
Hex1716A630638b06216
Octal1161152143067026014226
Binary1111000111010101100011011011100010110000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01716A; }

 p { color: rgb(1,113,106); }

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

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

 a { background-color: rgb(1,113,106); }

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

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

 span { border-color: rgb(1,113,106); }

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