#06766F

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

Shades of Pine Green #06766F

Tints of Pine Green #06766F

Color information

#06766F (or 0x06766F) is unknown color: approx Pine Green. HEX triplet: 06, 76 and 6F. RGB value is (6,118,111). Sum of RGB (Red+Green+Blue) = 6+118+111=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #06766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06766F is #F98990. Grayscale: #535353. Windows color (decimal): -16353681 or 7304710. OLE color: 7304710.

HSL color Cylindrical-coordinate representation of color #06766F: hue angle of 176.25º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06766F is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB6118111-
CMYK0.9500.060.54
HSL176.25º90.32%24.31%-
HSV(B)176.25º94.92%46.27%-
XYZ9.4214.1417.27-
YUV83.71143.3972.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.55%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 111 (43.75% from 255) = 47.23%
R=2.55%
G=50.21%
B=47.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61181110.9500.060.54176.2590.3224.31
Hex6766F5F0636b05a18
Octal6166157137066626013230
Binary110111011011011111011111011011011010110000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06766F; }

 p { color: rgb(6,118,111); }

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

<style>
 a { background-color: #06766F; }

 a { background-color: rgb(6,118,111); }

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

<style>
 span { border-color: #06766F; }

 span { border-color: rgb(6,118,111); }

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