#01706C

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

Shades of Pine Green #01706C

Tints of Pine Green #01706C

Color information

#01706C (or 0x01706C) is unknown color: approx Pine Green. HEX triplet: 01, 70 and 6C. RGB value is (1,112,108). Sum of RGB (Red+Green+Blue) = 1+112+108=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #01706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01706C is #FE8F93. Grayscale: #4E4E4E. Windows color (decimal): -16682900 or 7106561. OLE color: 7106561.

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

Color convert

RGB1112108-
CMYK0.9900.040.56
HSL177.84º98.23%22.16%-
HSV(B)177.84º99.11%43.92%-
XYZ8.5112.6816.19-
YUV78.36144.7372.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=0.45%
G=50.68%
B=48.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11121080.9900.040.56177.8498.2322.16
Hex1706C630438b26216
Octal1160154143047026214226
Binary1111000011011001100011010011100010110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01706C; }

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

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

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

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

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

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

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

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