#06746D

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

Shades of Pine Green #06746D

Tints of Pine Green #06746D

Color information

#06746D (or 0x06746D) is unknown color: approx Pine Green. HEX triplet: 06, 74 and 6D. RGB value is (6,116,109). Sum of RGB (Red+Green+Blue) = 6+116+109=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #06746D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06746D is #F98B92. Grayscale: #525252. Windows color (decimal): -16354195 or 7173126. OLE color: 7173126.

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

Color convert

RGB6116109-
CMYK0.9500.060.55
HSL176.18º90.16%23.92%-
HSV(B)176.18º94.83%45.49%-
XYZ9.0813.6316.62-
YUV82.31143.0673.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=2.60%
G=50.22%
B=47.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61161090.9500.060.55176.1890.1623.92
Hex6746D5F0637b05a18
Octal6164155137066726013230
Binary110111010011011011011111011011011110110000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06746D; }

 p { color: rgb(6,116,109); }

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

<style>
 a { background-color: #06746D; }

 a { background-color: rgb(6,116,109); }

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

<style>
 span { border-color: #06746D; }

 span { border-color: rgb(6,116,109); }

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