#006D6C

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

Shades of Pine Green #006D6C

Tints of Pine Green #006D6C

Color information

#006D6C (or 0x006D6C) is unknown color: approx Pine Green. HEX triplet: 00, 6D and 6C. RGB value is (0,109,108). Sum of RGB (Red+Green+Blue) = 0+109+108=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #006D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D6C is #FF9293. Grayscale: #4C4C4C. Windows color (decimal): -16749204 or 7105792. OLE color: 7105792.

HSL color Cylindrical-coordinate representation of color #006D6C: hue angle of 179.45º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D6C is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB0109108-
CMYK100.010.57
HSL179.45º100%21.37%-
HSV(B)179.45º100%42.75%-
XYZ8.1812.0216.08-
YUV76.3145.8973.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 50.23%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=0%
G=50.23%
B=49.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal0109108100.010.57179.4510021.37
Hex06D6C640139b36415
Octal0155154144017126314425
Binary01101101110110011001000111100110110011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006D6C; }

 p { color: rgb(0,109,108); }

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

<style>
 a { background-color: #006D6C; }

 a { background-color: rgb(0,109,108); }

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

<style>
 span { border-color: #006D6C; }

 span { border-color: rgb(0,109,108); }

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