#006C66

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

Shades of Pine Green #006C66

Tints of Pine Green #006C66

Color information

#006C66 (or 0x006C66) is unknown color: approx Pine Green. HEX triplet: 00, 6C and 66. RGB value is (0,108,102). Sum of RGB (Red+Green+Blue) = 0+108+102=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #006C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C66 is #FF9399. Grayscale: #4A4A4A. Windows color (decimal): -16749466 or 6712320. OLE color: 6712320.

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

Color convert

RGB0108102-
CMYK100.060.58
HSL176.67º100%21.18%-
HSV(B)176.67º100%42.35%-
XYZ7.7611.6814.42-
YUV75.02143.2274.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 51.43%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=0%
G=51.43%
B=48.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal0108102100.060.58176.6710021.18
Hex06C6664063Ab16415
Octal0154146144067226114425
Binary0110110011001101100100011011101010110001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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