#01706B

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

Shades of Pine Green #01706B

Tints of Pine Green #01706B

Color information

#01706B (or 0x01706B) is unknown color: approx Pine Green. HEX triplet: 01, 70 and 6B. RGB value is (1,112,107). Sum of RGB (Red+Green+Blue) = 1+112+107=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #01706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01706B is #FE8F94. Grayscale: #4E4E4E. Windows color (decimal): -16682901 or 7041025. OLE color: 7041025.

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

Color convert

RGB1112107-
CMYK0.9900.040.56
HSL177.3º98.23%22.16%-
HSV(B)177.3º99.11%43.92%-
XYZ8.4612.6615.91-
YUV78.24144.2372.91-

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.91%
BLUE value IS 107 (42.19% from 255) = 48.64%
R=0.45%
G=50.91%
B=48.64%

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
Decimal11121070.9900.040.56177.398.2322.16
Hex1706B630438b16216
Octal1160153143047026114226
Binary1111000011010111100011010011100010110001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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