#067E6E

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

Shades of Pine Green #067E6E

Tints of Pine Green #067E6E

Color information

#067E6E (or 0x067E6E) is unknown color: approx Pine Green. HEX triplet: 06, 7E and 6E. RGB value is (6,126,110). Sum of RGB (Red+Green+Blue) = 6+126+110=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #067E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067E6E is #F98191. Grayscale: #585858. Windows color (decimal): -16351634 or 7241222. OLE color: 7241222.

HSL color Cylindrical-coordinate representation of color #067E6E: hue angle of 172º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067E6E is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB6126110-
CMYK0.9500.130.51
HSL172º90.91%25.88%-
HSV(B)172º95.24%49.41%-
XYZ10.3516.0917.31-
YUV88.3140.2469.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 126 (49.61% from 255) = 52.07%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=2.48%
G=52.07%
B=45.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61261100.9500.130.5117290.9125.88
Hex67E6E5F0D33ac5b1a
Octal61761561370156325413332
Binary1101111110110111010111110110111001110101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067E6E; }

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

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

<style>
 a { background-color: #067E6E; }

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

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

<style>
 span { border-color: #067E6E; }

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

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