#06706E

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

Shades of Pine Green #06706E

Tints of Pine Green #06706E

Color information

#06706E (or 0x06706E) is unknown color: approx Pine Green. HEX triplet: 06, 70 and 6E. RGB value is (6,112,110). Sum of RGB (Red+Green+Blue) = 6+112+110=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #06706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06706E is #F98F91. Grayscale: #4F4F4F. Windows color (decimal): -16355218 or 7237638. OLE color: 7237638.

HSL color Cylindrical-coordinate representation of color #06706E: hue angle of 178.87º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06706E is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB6112110-
CMYK0.9500.020.56
HSL178.87º89.83%23.14%-
HSV(B)178.87º94.64%43.92%-
XYZ8.6812.7516.76-
YUV80.08144.8875.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=2.63%
G=49.12%
B=48.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61121100.9500.020.56178.8789.8323.14
Hex6706E5F0238b35a17
Octal6160156137027026313227
Binary11011100001101110101111101011100010110011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06706E; }

 p { color: rgb(6,112,110); }

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

<style>
 a { background-color: #06706E; }

 a { background-color: rgb(6,112,110); }

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

<style>
 span { border-color: #06706E; }

 span { border-color: rgb(6,112,110); }

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