#006E6F

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

Shades of Pine Green #006E6F

Tints of Pine Green #006E6F

Color information

#006E6F (or 0x006E6F) is unknown color: approx Pine Green. HEX triplet: 00, 6E and 6F. RGB value is (0,110,111). Sum of RGB (Red+Green+Blue) = 0+110+111=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #006E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E6F is #FF9190. Grayscale: #4D4D4D. Windows color (decimal): -16748945 or 7302656. OLE color: 7302656.

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

Color convert

RGB0110111-
CMYK10.0100.56
HSL180.54º100%21.76%-
HSV(B)180.54º100%43.53%-
XYZ8.4512.316.97-
YUV77.22147.0672.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 111 (43.75% from 255) = 50.23%
R=0%
G=49.77%
B=50.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011011110.0100.56180.5410021.76
Hex06E6F641038b56416
Octal0156157144107026514426
Binary01101110110111111001001011100010110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,110,111); }

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

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

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

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

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

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

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