#006C6A

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

Shades of Pine Green #006C6A

Tints of Pine Green #006C6A

Color information

#006C6A (or 0x006C6A) is unknown color: approx Pine Green. HEX triplet: 00, 6C and 6A. RGB value is (0,108,106). Sum of RGB (Red+Green+Blue) = 0+108+106=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #006C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C6A is #FF9395. Grayscale: #4B4B4B. Windows color (decimal): -16749462 or 6974464. OLE color: 6974464.

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

Color convert

RGB0108106-
CMYK100.020.58
HSL178.89º100%21.18%-
HSV(B)178.89º100%42.35%-
XYZ7.9611.7715.49-
YUV75.48145.2274.16-

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) = 50.47%
BLUE value IS 106 (41.80% from 255) = 49.53%
R=0%
G=50.47%
B=49.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal0108106100.020.58178.8910021.18
Hex06C6A64023Ab36415
Octal0154152144027226314425
Binary011011001101010110010001011101010110011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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