#066D6B

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

Shades of Pine Green #066D6B

Tints of Pine Green #066D6B

Color information

#066D6B (or 0x066D6B) is unknown color: approx Pine Green. HEX triplet: 06, 6D and 6B. RGB value is (6,109,107). Sum of RGB (Red+Green+Blue) = 6+109+107=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #066D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066D6B is #F99294. Grayscale: #4D4D4D. Windows color (decimal): -16355989 or 7040262. OLE color: 7040262.

HSL color Cylindrical-coordinate representation of color #066D6B: hue angle of 178.83º 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 #066D6B is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB6109107-
CMYK0.9400.020.57
HSL178.83º89.57%22.55%-
HSV(B)178.83º94.5%42.75%-
XYZ8.212.0415.8-
YUV77.97144.3876.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 109 (42.97% from 255) = 49.10%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=2.70%
G=49.10%
B=48.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61091070.9400.020.57178.8389.5722.55
Hex66D6B5E0239b35a17
Octal6155153136027126313227
Binary11011011011101011101111001011100110110011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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