#066D6A

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

Shades of Pine Green #066D6A

Tints of Pine Green #066D6A

Color information

#066D6A (or 0x066D6A) is unknown color: approx Pine Green. HEX triplet: 06, 6D and 6A. RGB value is (6,109,106). Sum of RGB (Red+Green+Blue) = 6+109+106=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #066D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D6A is #F99295. Grayscale: #4D4D4D. Windows color (decimal): -16355990 or 6974726. OLE color: 6974726.

HSL color Cylindrical-coordinate representation of color #066D6A: hue angle of 178.25º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D6A is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB6109106-
CMYK0.9400.030.57
HSL178.25º89.57%22.55%-
HSV(B)178.25º94.5%42.75%-
XYZ8.1512.0215.53-
YUV77.86143.8876.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 109 (42.97% from 255) = 49.32%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=2.71%
G=49.32%
B=47.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61091060.9400.030.57178.2589.5722.55
Hex66D6A5E0339b25a17
Octal6155152136037126213227
Binary11011011011101010101111001111100110110010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,109,106); }

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

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

 a { background-color: rgb(6,109,106); }

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

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

 span { border-color: rgb(6,109,106); }

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