#06776C

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

Shades of Pine Green #06776C

Tints of Pine Green #06776C

Color information

#06776C (or 0x06776C) is unknown color: approx Pine Green. HEX triplet: 06, 77 and 6C. RGB value is (6,119,108). Sum of RGB (Red+Green+Blue) = 6+119+108=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #06776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06776C is #F98893. Grayscale: #535353. Windows color (decimal): -16353428 or 7108358. OLE color: 7108358.

HSL color Cylindrical-coordinate representation of color #06776C: hue angle of 174.16º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06776C is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB6119108-
CMYK0.9500.090.53
HSL174.16º90.4%24.51%-
HSV(B)174.16º94.96%46.67%-
XYZ9.3814.3216.46-
YUV83.96141.5672.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=2.58%
G=51.07%
B=46.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61191080.9500.090.53174.1690.424.51
Hex6776C5F0935ae5a19
Octal61671541370116525613231
Binary1101110111110110010111110100111010110101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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