#066F68

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

Shades of Pine Green #066F68

Tints of Pine Green #066F68

Color information

#066F68 (or 0x066F68) is unknown color: approx Pine Green. HEX triplet: 06, 6F and 68. RGB value is (6,111,104). Sum of RGB (Red+Green+Blue) = 6+111+104=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #066F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F68 is #F99097. Grayscale: #4E4E4E. Windows color (decimal): -16355480 or 6844166. OLE color: 6844166.

HSL color Cylindrical-coordinate representation of color #066F68: hue angle of 176º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F68 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB6111104-
CMYK0.9500.060.56
HSL176º89.74%22.94%-
HSV(B)176º94.59%43.53%-
XYZ8.2612.4115.06-
YUV78.81142.2176.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=2.71%
G=50.23%
B=47.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61111040.9500.060.5617689.7422.94
Hex66F685F0638b05a17
Octal6157150137067026013227
Binary110110111111010001011111011011100010110000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066F68; }

 p { color: rgb(6,111,104); }

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

<style>
 a { background-color: #066F68; }

 a { background-color: rgb(6,111,104); }

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

<style>
 span { border-color: #066F68; }

 span { border-color: rgb(6,111,104); }

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