#066E6B

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

Shades of Pine Green #066E6B

Tints of Pine Green #066E6B

Color information

#066E6B (or 0x066E6B) is unknown color: approx Pine Green. HEX triplet: 06, 6E and 6B. RGB value is (6,110,107). Sum of RGB (Red+Green+Blue) = 6+110+107=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #066E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E6B is #F99194. Grayscale: #4E4E4E. Windows color (decimal): -16355733 or 7040518. OLE color: 7040518.

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

Color convert

RGB6110107-
CMYK0.9500.030.57
HSL178.27º89.66%22.75%-
HSV(B)178.27º94.55%43.14%-
XYZ8.312.2515.84-
YUV78.56144.0476.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=2.69%
G=49.33%
B=47.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61101070.9500.030.57178.2789.6622.75
Hex66E6B5F0339b25a17
Octal6156153137037126213227
Binary11011011101101011101111101111100110110010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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