#066B68

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

Shades of Pine Green #066B68

Tints of Pine Green #066B68

Color information

#066B68 (or 0x066B68) is unknown color: approx Pine Green. HEX triplet: 06, 6B and 68. RGB value is (6,107,104). Sum of RGB (Red+Green+Blue) = 6+107+104=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #066B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B68 is #F99497. Grayscale: #4C4C4C. Windows color (decimal): -16356504 or 6843142. OLE color: 6843142.

HSL color Cylindrical-coordinate representation of color #066B68: hue angle of 178.22º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B68 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB6107104-
CMYK0.9400.030.58
HSL178.22º89.38%22.16%-
HSV(B)178.22º94.39%41.96%-
XYZ7.8311.5514.91-
YUV76.46143.5477.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=2.76%
G=49.31%
B=47.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61071040.9400.030.58178.2289.3822.16
Hex66B685E033Ab25916
Octal6153150136037226213126
Binary11011010111101000101111001111101010110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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