#006D6D

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

Shades of Pine Green #006D6D

Tints of Pine Green #006D6D

Color information

#006D6D (or 0x006D6D) is unknown color: approx Pine Green. HEX triplet: 00, 6D and 6D. RGB value is (0,109,109). Sum of RGB (Red+Green+Blue) = 0+109+109=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #006D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D6D is #FF9292. Grayscale: #4C4C4C. Windows color (decimal): -16749203 or 7171328. OLE color: 7171328.

HSL color Cylindrical-coordinate representation of color #006D6D: hue angle of 180º 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 #006D6D is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB0109109-
CMYK1000.57
HSL180º100%21.37%-
HSV(B)180º100%42.75%-
XYZ8.2312.0416.36-
YUV76.41146.3973.5-

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%
BLUE value IS 109 (42.97% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal01091091000.5718010021.37
Hex06D6D640039b46415
Octal0155155144007126414425
Binary01101101110110111001000011100110110100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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