#06766C

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

Shades of Pine Green #06766C

Tints of Pine Green #06766C

Color information

#06766C (or 0x06766C) is unknown color: approx Pine Green. HEX triplet: 06, 76 and 6C. RGB value is (6,118,108). Sum of RGB (Red+Green+Blue) = 6+118+108=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #06766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06766C is #F98993. Grayscale: #535353. Windows color (decimal): -16353684 or 7108102. OLE color: 7108102.

HSL color Cylindrical-coordinate representation of color #06766C: hue angle of 174.64º 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 #06766C is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB6118108-
CMYK0.9500.080.54
HSL174.64º90.32%24.31%-
HSV(B)174.64º94.92%46.27%-
XYZ9.2614.0816.42-
YUV83.37141.8972.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.59%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=2.59%
G=50.86%
B=46.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61181080.9500.080.54174.6490.3224.31
Hex6766C5F0836af5a18
Octal61661541370106625713230
Binary1101110110110110010111110100011011010101111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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