#006D66

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

Shades of Pine Green #006D66

Tints of Pine Green #006D66

Color information

#006D66 (or 0x006D66) is unknown color: approx Pine Green. HEX triplet: 00, 6D and 66. RGB value is (0,109,102). Sum of RGB (Red+Green+Blue) = 0+109+102=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #006D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D66 is #FF9299. Grayscale: #4B4B4B. Windows color (decimal): -16749210 or 6712576. OLE color: 6712576.

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

Color convert

RGB0109102-
CMYK100.060.57
HSL176.15º100%21.37%-
HSV(B)176.15º100%42.75%-
XYZ7.8711.914.45-
YUV75.61142.8974.07-

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) = 51.66%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=0%
G=51.66%
B=48.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal0109102100.060.57176.1510021.37
Hex06D66640639b06415
Octal0155146144067126014425
Binary0110110111001101100100011011100110110000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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